Azzera filtri
Azzera filtri

How to plot this figure?

1 visualizzazione (ultimi 30 giorni)
z cy
z cy il 10 Giu 2021
Commentato: z cy il 10 Giu 2021
This figure is used to show the matrix 300*3. I do not know how to plot this figure? can someone help me? Thanks.

Risposta accettata

Mathieu NOE
Mathieu NOE il 10 Giu 2021
hu
try this and adapt to your own needs
a = rand(300,3);
figure,imagesc(a);colormap('jet');colorbar
  1 Commento
z cy
z cy il 10 Giu 2021
Thanks!!!
I find this function pcolor also can achieve similar figure.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by