PLOT ORTHOGONAL TWO imagesc with slice
Afficher commentaires plus anciens
hello, for a seismic image I need plot perpendicular two imagesc graph.
how do I made this with slice ???
Réponses (1)
Walter Roberson
le 12 Déc 2011
For example,
slice(x, y, z, v, [], [3], [0.5])
would draw the planes y=3 and z=0.5
3 commentaires
Yesid Goyes
le 12 Déc 2011
Walter Roberson
le 12 Déc 2011
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
le 12 Fév 2014
Catégories
En savoir plus sur Surface and Mesh Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!