I have wave data include: wave height (m) and wave period (s) and I want to plot figure as image??
wave data is attached below.

3 commentaires

Scott MacKenzie
Scott MacKenzie le 4 Août 2021
It might help if you post the data.
Chunru
Chunru le 4 Août 2021
use "text(x,y, str)" command.
Dam Giang
Dam Giang le 6 Août 2021
Modifié(e) : Dam Giang le 6 Août 2021
Could you help me??
I attached data file.

Connectez-vous pour commenter.

 Réponse acceptée

KSSV
KSSV le 4 Août 2021

1 vote

Have a look on the heatmap. You can also achieve it using:
  1. pcolor to plot the colors shown.
  2. USe text to display the numbers.
  3. USe grid on for boxes.
  4. USe plot to plot the curves given.

Plus de réponses (0)

Catégories

En savoir plus sur Data Distribution Plots dans Centre d'aide et File Exchange

Produits

Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by