How can I draw contour lines with a given excel Data sheet
4 ビュー (過去 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!