Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots?
24 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots if I use basic MATLAB version?
0 Commenti
Risposta accettata
Image Analyst
il 1 Set 2012
I'm not sure what you mean, but maybe it's this:
colormap(gray(256));
colorbar;
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su White 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!