How can I implement animations in MuPad

2 visualizaciones (últimos 30 días)
Anfänger
Anfänger el 18 de Oct. de 2013
Editada: Anfänger el 20 de Oct. de 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.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by