Gain scheduling - tunablesurface problem
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hello, I've been recently trying to scheduls gains in 3-loop autopilot provided with MATLab in design a guidance system due my simulations when changing mass and other parameters of rokcet. I've been trying to use Tuning of Gain-Scheduled Three-Loop Autopilot, but when trying to use 'tunablesurface' in " Tunable gain surface" I'm getting error like this:
Undefined function or variable 'tunableSurface'.
Error in tune_gain_surf (line 4)
Kp = tunableSurface('Kp', 0.1, TuningGrid, ShapeFcn);
How to deal with it?
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!