Syntax for custom requirement in sensitivity analysis

조회 수: 2 (최근 30일)
Gianmaria Giardina
Gianmaria Giardina 2022년 11월 3일
답변: Bhavana Ravirala 2022년 11월 15일
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?

답변 (1개)

Bhavana Ravirala
Bhavana Ravirala 2022년 11월 15일
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

카테고리

Help CenterFile Exchange에서 Control Design in Simulink에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by