Mercurial > hg > octave-lyh
comparison scripts/deprecated/str2mat.m @ 9209:923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
spellchecked all .txi and .texi files.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 17 May 2009 12:18:06 -0700 |
parents | eb63fbe60fab |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
9208:cb163402bf79 | 9209:923c7cb7f13f |
---|---|
21 ## @deftypefn {Function File} {} str2mat (@var{s_1}, @dots{}, @var{s_n}) | 21 ## @deftypefn {Function File} {} str2mat (@var{s_1}, @dots{}, @var{s_n}) |
22 ## Return a matrix containing the strings @var{s_1}, @dots{}, @var{s_n} as | 22 ## Return a matrix containing the strings @var{s_1}, @dots{}, @var{s_n} as |
23 ## its rows. Each string is padded with blanks in order to form a valid | 23 ## its rows. Each string is padded with blanks in order to form a valid |
24 ## matrix. | 24 ## matrix. |
25 ## | 25 ## |
26 ## This function is modelled after @sc{Matlab}. In Octave, you can create | 26 ## This function is modelled after @sc{matlab}. In Octave, you can create |
27 ## a matrix of strings by @code{[@var{s_1}; @dots{}; @var{s_n}]} even if | 27 ## a matrix of strings by @code{[@var{s_1}; @dots{}; @var{s_n}]} even if |
28 ## the strings are not all the same length. | 28 ## the strings are not all the same length. |
29 ## @end deftypefn | 29 ## @end deftypefn |
30 | 30 |
31 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 31 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |