Mercurial > hg > octave-nkf
comparison scripts/control/system/is_signal_list.m @ 3459:8e36c45e3a61
[project @ 2000-01-19 10:26:18 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 10:26:19 +0000 |
parents | a892190f4977 |
children | 22bd65326ec1 |
comparison
equal
deleted
inserted
replaced
3458:d25bc039237b | 3459:8e36c45e3a61 |
---|---|
14 ## | 14 ## |
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 17 ## Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
18 | 18 |
19 ## -*- texiofn -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} is_signal_list (@var{mylist}) | 20 ## @deftypefn {Function File} {} is_signal_list (@var{mylist}) |
21 ## Return true if @var{mylist} is a list of individual strings. | 21 ## Return true if @var{mylist} is a list of individual strings. |
22 ## @end deftypefn | 22 ## @end deftypefn |
23 | 23 |
24 function flg = is_signal_list(mylist) | 24 function flg = is_signal_list(mylist) |