Tuning gain for autopilot - tunablesurface problem

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?

1 Comment

Tom - according to tunableSurface, this object was introduced in R2015b as part of the Robust Control Toolbox. Do you have this toolbox and this version of MATLAB? What happens when you type (in the Command Window)
ver

Sign in to comment.

Answers (0)

Asked:

on 29 Jan 2016

Commented:

on 29 Jan 2016

Community Treasure Hunt

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

Start Hunting!