view test/octave.test/number/ismatrix-7.m @ 4323:0990c9b77109

[project @ 2003-02-14 07:36:26 by jwe]
author jwe
date Fri, 14 Feb 2003 07:36:27 +0000
parents 22bd65326ec1
children f3c21a1d1c62
line wrap: on
line source

implicit_str_to_num_ok = 0;
t1 = ! ismatrix (["test"; "ing"]);
implicit_str_to_num_ok = 1;
t2 = ! ismatrix (["test"; "ing"]);
t1 && t2