diff scripts/control/system/sysidx.m @ 3452:a892190f4977

[project @ 2000-01-18 06:00:57 by jwe]
author jwe
date Tue, 18 Jan 2000 06:01:04 +0000
parents 65b3519ac3a1
children 22bd65326ec1
line wrap: on
line diff
--- a/scripts/control/system/sysidx.m
+++ b/scripts/control/system/sysidx.m
@@ -16,14 +16,13 @@
 ## along with Octave; see the file COPYING.  If not, write to the Free
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
-## idxvec = sysidx (sys, sigtype, signamelist)
-## return indices of signals with specified signal names
-## inputs:
-##   sys:         OCST system data structure
-##   sigtype:     signal type to be selected: "in", "out", "st"
-##   signamelist: list of desired signal names
-## outputs:
-##   idxvec: vector of signal indices (appropriate for use with sysprune)
+## -*- texinfo -*-
+## @deftypefn {Function File} {} sysidx (@var{sys}, @var{sigtype}, @var{signamelist})
+## Return indices of signals with specified signal names
+## inputs given a system data structure @var{sys}, a signal type to be
+## selected @var{sigtype} (@code{"in"}, @code{"out"}, @code{"st"}), and
+## a list of desired signal names @var{signamelist}.
+## @end deftypefn
 
 function idxvec = sysidx (sys, sigtype, signamelist)