octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

<Type not recognized> in Value field of Workspace window


From: Rik
Subject: <Type not recognized> in Value field of Workspace window
Date: Thu, 21 Jun 2012 12:31:20 -0700

6/21/12

Jacob,

Something for you to look into in your spare time...

Certain classes of variables are not recognized in the Value field of the
Workspace window.  I just compared the list of types available (typeinfo
()) to what I get in the Octave GUI when I create a variable of the given
type.  The following are unrecognized:

cell
bool matrix
All integer scalars or matrices such as uint8, int64, etc.
sparse bool matrix
struct
class
function handle
inline function
onCleanup

Sample code:

x = {1};

and then look at the Workspace window.  The new variable 'x' has type
'cell' but an error message in the Value field.

Cheers,
Rik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]