Mercurial > hg > octave-lyh
diff scripts/special-matrix/toeplitz.m @ 1518:84bd88b8acee
[project @ 1995-10-04 03:35:16 by jwe]
author | jwe |
---|---|
date | Wed, 04 Oct 1995 03:45:06 +0000 |
parents | 611d403c7f3d |
children | 5d29638dd524 |
line wrap: on
line diff
--- a/scripts/special-matrix/toeplitz.m +++ b/scripts/special-matrix/toeplitz.m @@ -39,7 +39,7 @@ [r_nr, r_nc] = size (r); if ((c_nr != 1 && c_nc != 1) || (r_nr != 1 && r_nc != 1)) - error ("toeplitz: expecting vector arguments") + error ("toeplitz: expecting vector arguments"); endif if (c_nc != 1)