How to plot colorbar in matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I am interested to see the colorbar of a column vector, for example: A(6x1)=[1;2;0.01;4;5;6]. Can you please give me some idea how can I do it?
Thanks D Bhuiyan
0 comentarios
Respuestas (2)
KL
el 13 de Abr. de 2015
You should use filled contour plot with legend. Check contourf() and clegendm()
0 comentarios
Ver también
Categorías
Más información sobre Colormaps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!