From bug-octave-request at bevo dot che dot wisc dot edu Mon Dec 15 15:47:53 2003 Subject: unknown type for structure array slices From: Paul Kienzle To: bug-octave at bevo dot che dot wisc dot edu Date: Mon, 15 Dec 2003 16:47:19 -0500 In octave-2.1.52 debian and octave-cvs-2003-12-15, typeinfo for structure array slices is confused: octave:1> t(3).a = 1; octave:2> typeinfo(t.a) *** typeinfo: - Built-in Function: typeinfo (EXPR) Return the type of the expression EXPR, as a string. If EXPR is omitted, return an array of strings containing all the currently installed data types. octave:3> t.a ans = (, [1] = [](0x0) [2] = [](0x0) [3] = 1 ,) Paul Kienzle pkienzle at users dot sf dot net ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------