Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how can i plot from excel?

1 回表示 (過去 30 日間)
junghun kim
junghun kim 2017 年 11 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Rik
Rik 2017 年 11 月 5 日
Have a read here and here. It will greatly improve your chances of getting an answer.

回答 (1 件)

David Sziroczak
David Sziroczak 2017 年 11 月 9 日
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

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!