set parametre fractional Transfer Function block

조회 수: 1 (최근 30일)
bilel kanzari
bilel kanzari 2022년 5월 20일
답변: Sam Chak 2022년 5월 31일
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
bilel kanzari
bilel kanzari 2022년 5월 29일
no comment?
Mathieu NOE
Mathieu NOE 2022년 5월 30일
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개)

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by