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 comentarios

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

Iniciar sesión para comentar.

 Respuesta aceptada

KSSV
KSSV el 4 de Ag. de 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.

Más respuestas (0)

Categorías

Más información sobre Data Distribution Plots en Centro de ayuda y File Exchange.

Productos

Versión

R2020b

Preguntada:

el 4 de Ag. de 2021

Editada:

el 6 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by