Prev: Error in MIN and MAX
Next: www.jerseysuppliers.com Cheap NFL Jerseys Cheap NHL Jerseys Cheap MLB Jerseys
From: Anatoliy Dream on 29 May 2010 13:48 "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 29 May 2010 13:49
"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 .. |