PLOT ORTHOGONAL TWO imagesc with slice
조회 수: 3 (최근 30일)
이전 댓글 표시
hello, for a seismic image I need plot perpendicular two imagesc graph.
how do I made this with slice ???
댓글 수: 0
답변 (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
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
참고 항목
카테고리
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!