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
댓글 수: 0
채택된 답변
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개)
참고 항목
범주
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!