octave-maintainers
[Top][All Lists]
Advanced

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

request to run command on matlab


From: David Bateman
Subject: request to run command on matlab
Date: Sat, 16 Jan 2010 23:16:34 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

could someone run the command

n = 200;
x = randn(1,n);
y = randn(1,n);
c = sqrt(x.^2+y.^2);
h = scattter (x,y,20,c);
kids = get(h, 'children');
size(kids)
cdat = get (kids(1), 'cdata');
size(cdat)

This should help me see what matlab is doing for the cdata variable of the created patch objects

thanks
David


reply via email to

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