comparison scripts/control/minfo.m @ 3229:28aba52a2368

[project @ 1998-12-10 03:06:31 by jwe]
author jwe
date Thu, 10 Dec 1998 03:06:32 +0000
parents dbcc24961c44
children 98e15955107e
comparison
equal deleted inserted replaced
3228:dbcc24961c44 3229:28aba52a2368
31 # ndstates is the number of discrete states of the system 31 # ndstates is the number of discrete states of the system
32 32
33 # Written by R. Bruce Tenison July 29, 1994 33 # Written by R. Bruce Tenison July 29, 1994
34 # Modified by David Clem November 13, 1994 34 # Modified by David Clem November 13, 1994
35 # Modified by A. S. Hodel July 1995 35 # Modified by A. S. Hodel July 1995
36 # $Revision: 2.0.0.0 $ 36 # $Revision: 2.0.0.2 $
37 37
38 warning("minfo: obsolete. Use sys2ss, sys2tf, or sys2zp."); 38 warning("minfo: obsolete. Use sys2ss, sys2tf, or sys2zp.");
39 39
40 if (nargin ~= 1 ) 40 if (nargin ~= 1 )
41 disp('MINFO: Wrong number of arguments') 41 disp('MINFO: Wrong number of arguments')