Borrar filtros
Borrar filtros

How to get function block parameter from model?

1 visualización (últimos 30 días)
Sadanand
Sadanand el 31 de Oct. de 2011
I have a simulink model with several blocks within it. I want to find out function block parameters. This i can achieve by model explorer window but i need to do this using command. I have block name with me and need to find out block parameters through command.
As I am new to Matlab, please let me know is there any way to achieve this. Thanks.

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 31 de Oct. de 2011
Drag a Fcn block to an empty new Simulink model.
>> get_param('untitled/Fcn','Expression')
ans =
sin(u(1)*exp(2.3*(-u(2))))
>>

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