Mercurial > hg > octave-lyh
diff scripts/strings/str2mat.m @ 2314:949ab8eba8bc
[project @ 1996-07-12 03:58:02 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jul 1996 03:58:02 +0000 |
parents | 5ca126254d15 |
children | b5568c31ee2c |
line wrap: on
line diff
--- a/scripts/strings/str2mat.m +++ b/scripts/strings/str2mat.m @@ -22,6 +22,8 @@ ## 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 + function m = str2mat (...) ## Original version by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>.