3D graph drawing
古いコメントを表示
I have a few functions. I would like to draw them on the same 3D graph. However, I was not able to achieve this. The matlab is only executing the last command. the example is, X=[...]; Y=[...]; Z=[...]; W=[...]; V=[...]; surf(X,Y,Z) surf(X,W,V) matlab is executing the last command which is surf(X,W,V) rather than two commands surf(X,Y,Z) and surf(X,W,V). Could anyone help me with this please? Thank you very much.
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Graphics Object Properties についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!