From: Angela Brands on 14 Mar 2010 18:41 Hi there, I made a function f(n) in matlab... the output of f(n) is a symbolic function... Now I need to plot f(n) for n=2,3,4,...,8 so I have to plot 7 symbolic functions and the curves must be in one plot with axes x from 0 to 3 and y from 0 to 1 I've tried different things but only ezplot can plot a symbolic function... right? but I don't know how to let it plot more curves... Can anyone help me? I would really appreciate it!! Kind regards, A.
From: Angela White on 14 Mar 2010 20:46 Using 'hold' after the first plot command should do the trick. See > help hold
|
Pages: 1 Prev: One more question about RandStream Next: parfor performance problem |