How to plot power lines on the motor torque and speed graph
11 次查看(过去 30 天)
显示 更早的评论
I have a plot of torque and rpms but i need to plot different power lines according to the change in vehicle speed. I have calculated power demand values for each vehicle speed but I am unable to plot them with motor torque and speed curve as there is single value of power demand at each vehicle speed.
Any ideas?
0 个评论
回答(1 个)
Cris LaPierre
2021-9-15
Do you know about hold? If so, I'm not sure I understand why you can't plot them. Your x vector is the speeds, and your y vector is the corresponding power demands. Plotting it, then, is just plot(x,y)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Motor Drives 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!