Re: Datatypes
- From: Loren Shure <loren.shure@xxxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 11:02:47 -0500
In article <e0ja6d$36i$1@xxxxxxxxxxxxxxxxxxxxxx>,
titus.edelhofer@xxxxxxxxxxxx says...
Hi Nilesh,
use the function class, e.g.:
class('hello')
class(2)
Titus
"Nilesh" <Nilesh1@xxxxxxxxx> schrieb im Newsbeitrag
news:ef2e9c0.-1@xxxxxxxxxxxxxxxxxxx
Hello,
I made some classes in Matlab. When you use a class and when you
check the datatype of an object which is an instance of a class then
the datatype is the name of the class. I have a GUI I want to find
all objects in my matlab workspace and show them in a listbox. What
command can I use to find the datatypes of an object?
Thanks
Nilesh
s = whos
returns all sorts of information about variables in the workspace,
including class.
--
Loren
http://blogs.mathworks.com/loren
.
- References:
- Datatypes
- From: Nilesh
- Re: Datatypes
- From: Titus Edelhofer
- Datatypes
- Prev by Date: automation of loading multiple data file and fitting in separate directories
- Next by Date: Re: get and store value in 3d matrix
- Previous by thread: Re: Datatypes
- Next by thread: PID - Controller
- Index(es):
Relevant Pages
|