Porting race car example to SIMULINK

Hi Yash,

Basically, you want to translate these lines of code into Simulink blocks.
As you can see there, y_ref is changed for all shooting nodes in each simulation step.

Note that in that .m file, there is no closed loop simulation. The initial state should be obtained from an integrator instead of the ocp solver for that.

Also note that the Simulink examples have been improved a bit last week:

The block y_ref contains the y_{\mathrm{ref}} values for the shooting nodes 1 to N-1 concatenated. To set this up correctly, the x_init part in the updated advanced Simulink example is a good reference.

Cheers,
Jonathan