How to get function block parameter from model?

조회 수: 2 (최근 30일)
Sadanand
Sadanand 2011년 10월 31일
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.

채택된 답변

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by