Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/scripts/deprecated/str2mat.m +++ b/scripts/deprecated/str2mat.m @@ -23,7 +23,7 @@ ## its rows. Each string is padded with blanks in order to form a valid ## matrix. ## -## This function is modelled after @sc{Matlab}. In Octave, you can create +## This function is modelled after @sc{matlab}. In Octave, you can create ## a matrix of strings by @code{[@var{s_1}; @dots{}; @var{s_n}]} even if ## the strings are not all the same length. ## @end deftypefn