How to calculate new velocity from present velocity, refrence deceleration and time step?

1 view (last 30 days)
I want to decelerate a car based on deceleration of another refrence car. I have a simulink block which has following inputs: own_car_present_velocity(u), acceleration/deceleration value from another car(a),and I will also need time to implement following formula v = u + (a*t). But here as my solver is variable step solver, how do I always get the value of these variable time steps so that I can correctly calculate the final velocity(v) after every time step?

Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!