Mercurial > hg > octave-nkf
comparison scripts/control/sysgroup.m @ 3385:10f21f7ccc7f
[project @ 1999-12-15 22:28:26 by jwe]
author | jwe |
---|---|
date | Wed, 15 Dec 1999 22:28:52 +0000 |
parents | ebf69eb3d07d |
children | 1a8e2c0d627a |
comparison
equal
deleted
inserted
replaced
3384:6735e4c759a2 | 3385:10f21f7ccc7f |
---|---|
44 ## If there are duplicate names, the second name has a unique suffix appended | 44 ## If there are duplicate names, the second name has a unique suffix appended |
45 ## on to the end of the name. | 45 ## on to the end of the name. |
46 ## | 46 ## |
47 ## @end deftypefn | 47 ## @end deftypefn |
48 | 48 |
49 function sys = sysgroup(...) | 49 function sys = sysgroup (...) |
50 | 50 |
51 ## A. S. Hodel August 1995 | 51 ## A. S. Hodel August 1995 |
52 ## modified by John Ingram July 1996 | 52 ## modified by John Ingram July 1996 |
53 ## A. S. Hodel: modified for variable number of arguments 1999 | 53 ## A. S. Hodel: modified for variable number of arguments 1999 |
54 | 54 |