Need help in plotting contour of speed, torque and eff
5 次查看(过去 30 天)
显示 更早的评论
I am struggling in plotting a contour of eff, speed and torque. Please see the attached workspace.mat attached to this file.
0 个评论
回答(1 个)
KSSV
2021-9-16
scatter(eff,speed,[],torque,'filled')
You cannot plot contour with the given data. You have 1D data. You need to have 2D data i.e. matrices to plot contours.
10 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!