Mercurial > hg > octave-lyh
diff scripts/strings/strvcat.m @ 8372:8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
author | Thorsten Meyer <thorsten.meyier@gmx.de> |
---|---|
date | Thu, 04 Dec 2008 22:16:52 +0100 |
parents | 3422f39573b1 |
children | 502e58a0d44f |
line wrap: on
line diff
--- a/scripts/strings/strvcat.m +++ b/scripts/strings/strvcat.m @@ -21,8 +21,8 @@ ## Return a matrix containing the strings (and cell-strings) ## @var{s_1}, @dots{}, @var{s_n} as ## its rows. Each string is padded with blanks in order to form a valid -## matrix. Unlike @var{str2mat}, empty strings are ignored. -## @seealso{cstrcat, str2mat} +## matrix. Unlike @var{char}, empty strings are ignored. +## @seealso{cstrcat, char} ## @end deftypefn ## Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>