How can I implement animations in MuPad

1 visualizzazione (ultimi 30 giorni)
Anfänger
Anfänger il 18 Ott 2013
Modificato: Anfänger il 20 Ott 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.

Risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by