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 个评论

It might help if you post the data.
use "text(x,y, str)" command.
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.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Data Distribution Plots 的更多信息

产品

版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by