How can I draw contour lines with a given excel Data sheet

조회 수: 1(최근 30일)
Can't figure out the correct code
doesnt allow me to use xlsread

채택된 답변

Jonas
Jonas 2022년 12월 6일
you mean something like that?
mtx=readmatrix('F_22_Project Data.xlsx','Range','D9:V32');
contour(0:20:360,0:20:460,mtx)

추가 답변(0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by