Visualisation 2D mesh grey values
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposta accettata
Patrick Kalita
il 18 Apr 2011
Or, you can try using the plot selector to interactively find a type of plot that is right for your data.
0 Commenti
Più risposte (2)
Alexandre Carvalho Leite
il 27 Apr 2011
Just type this: surf(peaks(30)), colormap('Gray');
0 Commenti
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!