how to jump a single for step in a for loop?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shubham Mohan Tatpalliwar
am 5 Feb. 2019
Kommentiert: Shubham Mohan Tatpalliwar
am 5 Feb. 2019
I am writing a code for fuel consumption for that i want to use a for loop which calculates Speed of the motor
for k=1:1:150
Speed = k*100
if Speed <1000
% At this point i want to jump this for step
end
torque=15
FuelConsumption=Speed*torque
end
As we can directly catch that i can also start from 10 to avoid this problem
But the same Speed i am using for further calculation where i need the values less than 1000 too.
5 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Chassis Systems finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!