How can I implement animations in MuPad

1 回表示 (過去 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 Center および File Exchange2-D Function Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by