plotting multiple surfaces out of a 3d variable
1 回表示 (過去 30 日間)
古いコメントを表示
I have a matrix G(X,Y,Z) that I try to plot as surface for each value of X in the same plot , manually I could do a line of a code for each value of X using squeeze function, but since size(X)=365 it will not look very good )). is there any way to do it more wisely?
thanks
5 件のコメント
Walter Roberson
2019 年 8 月 17 日
Introduced in R2017a.
Look in the File Exchange for "vol3d v2"
Or perhaps you should just use slice https://www.mathworks.com/help/matlab/ref/slice.html
採用された回答
Walter Roberson
2019 年 8 月 18 日
Look in the File Exchange for "vol3d v2"
Or perhaps you should just use slice https://www.mathworks.com/help/matlab/ref/slice.html
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!