Mercurial > hg > octave-lojdl
diff scripts/control/minfo.m @ 3398:0f515bc98460
[project @ 1999-12-18 04:21:28 by jwe]
author | jwe |
---|---|
date | Sat, 18 Dec 1999 04:21:52 +0000 |
parents | 1a8e2c0d627a |
children | 18366d37e7dd |
line wrap: on
line diff
--- a/scripts/control/minfo.m +++ b/scripts/control/minfo.m @@ -29,11 +29,12 @@ ## ncstates is the number of continuous states of the system ## ndstates is the number of discrete states of the system -function [systype, nout, nin, ncstates, ndstates] = minfo (inmat) +## Author: R. Bruce Tenison <btenison@eng.auburn.edu> +## Created: July 29, 1994 +## Modified by David Clem November 13, 1994 +## Modified by A. S. Hodel July 1995 - ## Written by R. Bruce Tenison July 29, 1994 - ## Modified by David Clem November 13, 1994 - ## Modified by A. S. Hodel July 1995 +function [systype, nout, nin, ncstates, ndstates] = minfo (inmat) warning("minfo: obsolete. Use sys2ss, sys2tf, or sys2zp.");