From: Angela Brands on
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
Using 'hold' after the first plot command should do the trick.
See > help hold