how can i plot from excel?

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일

0 개 추천

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

이 질문은 마감되었습니다.

제품

태그

질문:

2017년 11월 5일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!