plotting multiple surfaces out of a 3d variable
显示 更早的评论
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 个评论
Stephen23
2019-8-17
"is there any way to do it more wisely?"
Use a loop.
Walter Roberson
2019-8-17
volumeViewer() perhaps
Asliddin Komilov
2019-8-17
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
Asliddin Komilov
2019-8-18
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 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!