set parametre fractional Transfer Function block

how i can chage parametre of fenominator og fractional Transfer Function block using set parametre on matlab work space
set_param('FOPID_Model3eme_critq/LOW','Denominator','[1 11 32 25]');
i have this error
Fractional Transfer Function block (mask) does not have a parameter named 'Denominator'

댓글 수: 2

no comment?
hello
as the dialog windows shows, there is no 'Denominator' field .
Try with 'Pole polynomial' instead (read the doc)

댓글을 달려면 로그인하십시오.

 채택된 답변

Sam Chak
Sam Chak 2022년 5월 31일
@bilel kanzari, try if this works:
set_param('FOPID_Model3eme_critq/LOW', 'polePoly', 's^3.3 + 11s^1.7 + 32s + 25');

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

질문:

2022년 5월 20일

답변:

2022년 5월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by