Please, I need a CascadeBackstepping.m to solve obtain the optimal control for a cascade system of ODE.
2 views (last 30 days)
Show older comments
CascadeBackstepping.m
the folder in the link below
does not contain the matlab code to solve a cascade system of ODEs with control.
I would like to solve a system like:
0 Comments
Answers (1)
Walter Roberson
on 14 Oct 2019
That model does not use any MATLAB code. It consists of integrators and gain blocks and scopes and goto & from blocks. It has no need of MATLAB code.
You do need to define variables k1 and k2 before simulating the model.
3 Comments
Walter Roberson
on 14 Oct 2019
Ah, so the problem is not that anything is missing from the File Exchange contribution: the problem is that you want a MATLAB function that does the work, instead of a Simulink model.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!