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 Kommentare

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

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

KSSV
KSSV am 4 Aug. 2021

1 Stimme

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.

Weitere Antworten (0)

Kategorien

Mehr zu Data Distribution Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2020b

Gefragt:

am 4 Aug. 2021

Bearbeitet:

am 6 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by