Syntax for custom requirement in sensitivity analysis

I searched on the internet to find a way to elaborate a sensitivity analysis using the dedicated Simulink app.
I found a code to declare my own custom requirement using the signals from the simulation scheme.
function obj = settle_time(data)
s = stepinfo(data.Nominal.Position.Data,data.Nominal.Position.Time);
obj = s.SettlingTime;
end
To evaluate the signal i wrote the above function(using the exact same code from the tutorial) but i get the error as follow:
So how do I get the data from the signal?

Antworten (1)

Bhavana Ravirala
Bhavana Ravirala am 15 Nov. 2022

0 Stimmen

To change the sensitivity of the Simulink model you need the “Simulink Design Optimization Toolbox” installed in MATLAB. Try to run the code after installation.
If the issue is not resolved. Please share the error messages

Kategorien

Mehr zu Simulink Design Optimization finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2020b

Gefragt:

am 3 Nov. 2022

Beantwortet:

am 15 Nov. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by