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 件のコメント

Scott MacKenzie
Scott MacKenzie 2021 年 8 月 4 日
It might help if you post the data.
Chunru
Chunru 2021 年 8 月 4 日
use "text(x,y, str)" command.
Dam Giang
Dam Giang 2021 年 8 月 6 日
編集済み: Dam Giang 2021 年 8 月 6 日
Could you help me??
I attached data file.

サインインしてコメントする。

 採用された回答

KSSV
KSSV 2021 年 8 月 4 日

1 投票

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.

1 件のコメント

Dam Giang
Dam Giang 2021 年 8 月 4 日
Thanks very much !!!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Distribution Plots についてさらに検索

製品

リリース

R2020b

質問済み:

2021 年 8 月 4 日

編集済み:

2021 年 8 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by