How can I draw contour lines with a given excel Data sheet
2 次查看(过去 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!