How can I implement animations in MuPad

조회 수: 3 (최근 30일)
Anfänger
Anfänger 2013년 10월 18일
편집: Anfänger 2013년 10월 20일
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.

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D Function Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by