Plotting equations in 3D
古いコメントを表示
I have the equation:
x^2 + y^2 + z^2 = 1
How do I tell Matlab to plot this in the 3D plane? This is just one equation, but I will need to plot several in the 3D plane.
5 件のコメント
Adam
2017 年 7 月 5 日
doc plot3
Marco Froelich
2017 年 7 月 5 日
Marco Froelich
2017 年 7 月 5 日
Adam
2017 年 7 月 5 日
I think you would need the Symbolic Toolbox to do this kind of thing. I only glanced at the equation initially and didn't register the '= 1' at the end of it which turns it into something that base Matlab doesn't cater for.
I've never worked with equation solving in Matlab myself so hopefully someone else can provide more information on usage of the Symbolic Toolbox or whatever other functionality is needed for this.
Marco Froelich
2017 年 7 月 5 日
採用された回答
その他の回答 (1 件)
HARSH MEHTA
2021 年 4 月 22 日
0 投票
x^2 + y^3 + z^4 = f(x,y,z)
and X^2(y^3)(z^4) = f(x,y,z) how can i polt this both differently
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!