From: Anatoliy Dream on
"Surajit Nundy" <sn10(a)duke.edu> wrote in message <9a2ce7$p73$1(a)news.duke.edu>...
> It seems impossible to make more than 1 plot using ezplot3 in the same axes.
> Everytime the following code is run, ishold returns 0 even after being
> explicitly set to on. I'd greatly appreciate a workaround, or a pointer to
> what I am doing wrong.



I have the same problem. I cannot image 2 graph function in the same axes using function ezplot3. Can anybody help me, please..

its one my example:

hold on;
ezplot3('sin(x/10)', 'cos(x/10)', 'x', [1, 100]);
hold on;
ezplot3('sin(y/20)', '2*cos(y/20)', 'y', [1, 100]);

Anyway, thanks ..
From: Anatoliy Dream on
"Surajit Nundy" <sn10(a)duke.edu> wrote in message <9a2ce7$p73$1(a)news.duke.edu>...
> It seems impossible to make more than 1 plot using ezplot3 in the same axes.
> Everytime the following code is run, ishold returns 0 even after being
> explicitly set to on. I'd greatly appreciate a workaround, or a pointer to
> what I am doing wrong.



I have the same problem. I cannot image 2 graph function in the same axes using function ezplot3. Can anybody help me, please..

its one my example:

hold on;
ezplot3('sin(x/10)', 'cos(x/10)', 'x', [1, 100]);
hold on;
ezplot3('sin(y/20)', '2*cos(y/20)', 'y', [1, 100]);

Anyway, thanks ..