PLOT ORTHOGONAL TWO imagesc with slice
显示 更早的评论
hello, for a seismic image I need plot perpendicular two imagesc graph.
how do I made this with slice ???
回答(1 个)
Walter Roberson
2011-12-12
For example,
slice(x, y, z, v, [], [3], [0.5])
would draw the planes y=3 and z=0.5
3 个评论
Yesid Goyes
2011-12-12
Walter Roberson
2011-12-12
Using slice() for that would not be a good idea.
Instead, create surface objects and set the matrix as the CData property and set the FaceColor property to 'texturemap'
http://www.mathworks.com/help/techdoc/visualize/f0-18164.html#f0-9250
and the Example section of
http://www.mathworks.com/help/techdoc/ref/surface.html
Yesid Goyes
2014-2-12
类别
在 帮助中心 和 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!