Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how can i plot from excel?

1 vue (au cours des 30 derniers jours)
junghun kim
junghun kim le 5 Nov 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
i want plot(from .xls) like this picture
(attached file [Peak7-11,Longitude,Depth,Temperatue,Salinity=C62:C201,F2,H2,I2,K2]) pic 1(Longitude,Depth,Temperature) pic2(Longitude,Depth,Salinity) how can i plot???
  1 commentaire
Rik
Rik le 5 Nov 2017
Have a read here and here. It will greatly improve your chances of getting an answer.

Réponses (1)

David Sziroczak
David Sziroczak le 9 Nov 2017
You read in the excel data using "xlsread" into a matrix https://uk.mathworks.com/help/matlab/ref/xlsread.html
Then you plot the matrix using "contourf" https://uk.mathworks.com/help/matlab/ref/contourf.html
Hope this helps,
Best regards,
David

Cette question est clôturée.

Tags

Produits

Community Treasure Hunt

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

Start Hunting!