フィルターのクリア

set parametre fractional Transfer Function block

2 ビュー (過去 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 Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by