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
Walter Roberson 2011 年 12 月 12 日

0 投票

For example,
slice(x, y, z, v, [], [3], [0.5])
would draw the planes y=3 and z=0.5

3 件のコメント

Yesid Goyes
Yesid Goyes 2011 年 12 月 12 日
mmmmm... but..
I've a matrix 100x100
How do I plot this matrix vertically and in the same graph perpendicular to itself.
Walter Roberson
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
Yesid Goyes 2014 年 2 月 12 日
surface object only works when using a single image. I tried it with two surfaces and did not yield results. help pleaes: for example...
image1 = orientation N-S image2 = orientation E-W

サインインしてコメントする。

カテゴリ

質問済み:

2011 年 12 月 12 日

コメント済み:

2014 年 2 月 12 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by