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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Bar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!