Borrar filtros
Borrar filtros

set parametre fractional Transfer Function block

2 visualizaciones (últimos 30 días)
bilel kanzari
bilel kanzari el 20 de Mayo de 2022
Respondida: Sam Chak el 31 de Mayo de 2022
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 comentarios
bilel kanzari
bilel kanzari el 29 de Mayo de 2022
no comment?
Mathieu NOE
Mathieu NOE el 30 de Mayo de 2022
hello
as the dialog windows shows, there is no 'Denominator' field .
Try with 'Pole polynomial' instead (read the doc)

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by