How to plot table to figure?

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 Commenti

It might help if you post the data.
Chunru
Chunru il 4 Ago 2021
use "text(x,y, str)" command.
Dam Giang
Dam Giang il 6 Ago 2021
Modificato: Dam Giang il 6 Ago 2021
Could you help me??
I attached data file.

Accedi per commentare.

 Risposta accettata

KSSV
KSSV il 4 Ago 2021

1 voto

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.

Più risposte (0)

Categorie

Prodotti

Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by