block_diagram does not have a parameter named 'SaveOperatingPoint'

조회 수: 5 (최근 30일)
bilel kanzari
bilel kanzari 2021년 3월 14일
답변: Monika Jaskolka 2021년 4월 22일
i want use OperatingPoint on my simulink project
this is my matlab code
load_system('PID_Model2');
set_param('PID_Model2/LOW','Denominator','[1 11 32 25]');
set_param('PID_Model2','SaveFinalState','on','FinalStateName','myOperPoint','SaveOperatingPoint','on');
simOut1 = sim('PID_Model2','StopTime','5');
y1 = simOut1.ScopeData;
why i have this error message: block_diagram does not have a parameter named 'SaveOperatingPoint'
i use matlab 2018a version

답변 (1개)

Monika Jaskolka
Monika Jaskolka 2021년 4월 22일
In 2018a models do not yet have the SaveOperatingPoint parameter.

카테고리

Help CenterFile Exchange에서 Variable Initialization에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by