Mercurial > hg > octave-lyh
changeset 5716:7f79a99e273e
[project @ 2006-03-24 16:56:09 by jwe]
author | jwe |
---|---|
date | Fri, 24 Mar 2006 16:56:09 +0000 |
parents | edf82d02be75 |
children | 34cda7d94c08 |
files | scripts/general/cell2mat.m |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/general/cell2mat.m +++ b/scripts/general/cell2mat.m @@ -69,10 +69,7 @@ %! E = [1 2 3 4; 5 6 7 8; 9 10 11 12]; %! F = E; F(:,:,2) = E; %!assert (cell2mat (C), E); -%!test -%! if ([1e6,1e4,1] * str2num (split (version, '.')) > 2010064) -%! assert (cell2mat (D), F); % crashes octave 2.1.64 -%! endif +%!assert (cell2mat (D), F); ## Demos %!demo %! C = {[1], [2 3 4]; [5; 9], [6 7 8; 10 11 12]};