view test/octave.test/number/is_matrix-5.m @ 3202:44d82b369c78

[project @ 1998-10-29 20:27:57 by jwe]
author jwe
date Thu, 29 Oct 1998 20:28:02 +0000
parents e03bf13a6aca
children
line wrap: on
line source

implicit_str_to_num_ok = 0;
t1 = ! is_matrix ("t");
implicit_str_to_num_ok = 1;
t2 = is_matrix ("t");
t1 && t2