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

조회 수: 7 (최근 30일)
Mariela Penaloza
Mariela Penaloza 2022년 12월 6일
댓글: Mariela Penaloza 2022년 12월 6일
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개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by