Mercurial > hg > octave-lyh
diff scripts/strings/str2mat.m @ 2355:c9f70d39255f
[project @ 1996-08-20 23:30:54 by jwe]
author | jwe |
---|---|
date | Tue, 20 Aug 1996 23:32:09 +0000 |
parents | b5568c31ee2c |
children | 1c267910655d |
line wrap: on
line diff
--- a/scripts/strings/str2mat.m +++ b/scripts/strings/str2mat.m @@ -22,12 +22,11 @@ ## Forms the matrix M containing the strings S1, ... as its rows. ## Each string is padded with blanks in order to form a valid matrix. -## Author: jwe +## Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> +## Adapted-By: jwe function m = str2mat (...) - ## Original version by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>. - if (nargin == 0) usage ("str2mat (s1, ...)"); endif