This figure is used to show the matrix 300*3. I do not know how to plot this figure? can someone help me? Thanks.

 Respuesta aceptada

Mathieu NOE
Mathieu NOE el 10 de Jun. de 2021

0 votos

hu
try this and adapt to your own needs
a = rand(300,3);
figure,imagesc(a);colormap('jet');colorbar

1 comentario

z cy
z cy el 10 de Jun. de 2021
Thanks!!!
I find this function pcolor also can achieve similar figure.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 10 de Jun. de 2021

Comentada:

el 10 de Jun. de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by