MATLAB: How to define a variable input in a simulink model

variable input simulink virtual car model

Hi
I made a model that simulates a car's position with speed and steering angle as input. So far I have used a constant steering angle but now I want to simulate a track. So I need a variable steering angle as a function of time as an input.
Does someone have any idea about this?
Thanks

Best Answer

hi, you can use clock as an input of embedded matlab function and generate varible in function as you wish