How to plot power lines on the motor torque and speed graph
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Cris LaPierre
el 15 de Sept. de 2021
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 comentarios
Ver también
Categorías
Más información sobre Motor Drives en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!