Visualisation 2D mesh grey values
Afficher commentaires plus anciens
Hellow, i need code for visualtisation for a 2D mesh. I have a matrix with grey values ( 0 to 1) and i have to visualate it according to the grey value. For example a 3x3 matrix [ 0.236 0.256 0.785 ; 1 0 0 ; 0.369 0.259 0 ] and know i want to see where the most grey is in a mesh. Hopefully anyone can help me. Thx
Réponse acceptée
Plus de réponses (2)
Fiboehh
le 27 Avr 2011
0 votes
Alexandre Carvalho Leite
le 27 Avr 2011
0 votes
Just type this: surf(peaks(30)), colormap('Gray');
Catégories
En savoir plus sur Lighting, Transparency, and Shading 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!