Parameters of FunctionCall block in Simulink
1 次查看(过去 30 天)
显示 更早的评论
Usually, we can use matlab command get_param(object,parameter), in order to extract the parameters of a simulink block.
For Functioncaller block in simulink, what Block (Type)/Parameter can we use in the command, in order to read out information of FunctionCaller, like Function Prototype, Input argument specification, and Ouput argument specifications, respecively?
0 个评论
回答(1 个)
Fangjun Jiang
2023-3-24
Click "Help" to bring up the document. It is there.
get_param(gcb,'FunctionPrototype')
'InputArgumentSpecifications'
'OutputArgumentSpecifications'
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!