How can I implement animations in MuPad

1 Ansicht (letzte 30 Tage)
Anfänger
Anfänger am 18 Okt. 2013
Bearbeitet: Anfänger am 20 Okt. 2013
Hi, I am trying to implement an animation in a 3D plot in MuPad, as the following example from MuPad Doc:
plot([t,0,t^2], {[t,0,t^2], #Points}, #x=t, #z=t^2, #Legend)
I have a function specified as :
f1:=A^10*(A-lambda)^2;
and trying the following didn't work:
plot(f1,A=-3..3,lambda=0..1.2, {[A,0,0], #Points}, #x=A, #z=f1, #Legend)
Instead I got the following error:
Error: The range argument 'lambda, 0..1.2' is unexpected. [plot::Point3d::new]
Can any one help please? thank you.

Antworten (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by