Mercurial > hg > octave-nkf
diff scripts/control/system/packedform.m @ 4771:b8105302cfe8
[project @ 2004-02-16 17:45:50 by jwe]
author | jwe |
---|---|
date | Mon, 16 Feb 2004 17:45:50 +0000 |
parents | 65b3519ac3a1 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/control/system/packedform.m +++ b/scripts/control/system/packedform.m @@ -87,9 +87,9 @@ disp("Object oriented programming:") disp("It is recommended that users do not directly access the internal") disp("variables themselves, but use the interface functions") -disp(" fir2sys ss2sys tf2sys sys2fir") +disp(" fir ss tf sys2fir") disp(" sys2ss sys2tf sys2zp syschtsam") disp(" sysdimensions sysgetsignals syssetsignals sysgettype") -disp(" zp2sys") +disp(" zp ") disp("to create/access internal variables. "); page_screen_output = save_var;