octave-maintainers
[Top][All Lists]
Advanced

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

Re: Class names


From: PhilipNienhuis
Subject: Re: Class names
Date: Sat, 10 Oct 2015 15:59:43 -0700 (PDT)

Michael Barnes wrote
> It has been pointed out that attempting to open a java object in the
> variable editor (Patch #8656) causes some horrid errors.
> 
> Is it possible to get a list of classes in Octave so I can start by making
> a whitelist of classes that don't cause problems and go from there? I'm a
> long way from even looking at java objects but this is a serious bug as it
> stands.

AFAIK there are binary Octave equivalents of isnumeric, iscell and ischar
functions that I think would cover already all of the classes / data types
currently supported in the variable editor.

E.g., graphics handles are also numeric (double) so it would do no harm to
open them in the variable editor (for inspection only, that is :-) ).

I've never tried to open classdef or Java or even COM objects in Matlab's
variable editor but later the coming week I could have a look at what
happens then.

Philip




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Class-names-tp4672848p4672854.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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