| Robert chin 2006-12-27, 7:09 pm |
| Hi all,
I am trying to do a 3d polar plot using matlab. I have found a code
to do just this but i want to read in an array of values for which
with the range of theta and Time(t) I can compute the function i want
to evaluate.
The function i want to compute is f = e^w(theta)t where w is the
array of values that is also related to theta this is the cause of
the problem, since running over theta and t i can acheive but the
array isn't an emplicit function of theta.
i.e a value of w = b for a certain value of theta etc.
So what i probably need to know is it possible to plot f for the set
range of theta and t while varying the w parameter.
thanks
rob
p.s i dont need a working code just need a nod if this is possible,
and a hint in the right direction
|