octave-maintainers
[Top][All Lists]
Advanced

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

more ezplot help


From: Rik
Subject: more ezplot help
Date: Sat, 13 Jul 2013 11:51:28 -0700

7/12/13

All,

I need one more test done to explore the behavior of 'circ'.

What does the following do?

fh = @(x,y) sqrt(x.^2 + y.^2)
h = ezsurf (fh, [-3, 2], 'circ')
axis
xdata = get (h, 'xdata');
max (xdata(:))

Thanks,
Rik



reply via email to

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