Azzera filtri
Azzera filtri

Parameters of FunctionCall block in Simulink

1 visualizzazione (ultimi 30 giorni)
Dingguo Lu
Dingguo Lu il 24 Mar 2023
Risposto: Fangjun Jiang il 24 Mar 2023
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?

Risposte (1)

Fangjun Jiang
Fangjun Jiang il 24 Mar 2023
Click "Help" to bring up the document. It is there.
get_param(gcb,'FunctionPrototype')
'InputArgumentSpecifications'
'OutputArgumentSpecifications'

Categorie

Scopri di più su Simulink Functions in Help Center e File Exchange

Prodotti


Release

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by