Mercurial > hg > octave-nkf
diff scripts/control/is_signal_list.m @ 3346:8dd4718801fd
[project @ 1999-11-09 18:18:12 by jwe]
author | jwe |
---|---|
date | Tue, 09 Nov 1999 18:18:37 +0000 |
parents | f7e4a95916f2 |
children | 69b167451491 |
line wrap: on
line diff
--- a/scripts/control/is_signal_list.m +++ b/scripts/control/is_signal_list.m @@ -16,11 +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. +## -*- texinfo -*- +## @deftypefn {Function File } {@var{flg} =} is_signal_list (@var{mylist}) +## Returns true if mylist is a list of individual strings (legal for input +## to @var{syssetsignals}). +## @end deftypefn + function flg = is_signal_list(mylist) -# function flg = is_signal_list(mylist) -# returns true if mylist is a list of individual strings. -# - flg = is_list(mylist); if(flg) for ii=1:length(mylist)