Can I call variables from a mask dialogue box in an Embedded MATLAB function block without having to connect variable blocks
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I'm looking to use an Embedded MATLAB Function block to calculate two output variables based on a selection of user inputs into the dialogue box.
I've chosen the Embedded MATLAB Function block due to an S-Function block seeming complicated.
As the function is developing the number of inputs to the block is becoming unwieldy, since I'm connecting constant blocks declaring the variables explicitly and connecting them. Is there a simpler way?
0 件のコメント
採用された回答
Kaustubha Govind
2012 年 9 月 11 日
編集済み: Rik
2019 年 10 月 25 日
Yes, you can convert your inputs to parameters (whose names must match that of the workspace variables). You simply need to change the "Scope" from Input to Parameter on the Ports and Data Manager.
4 件のコメント
Walter Roberson
2019 年 10 月 25 日
https://www.mathworks.com/help/simulink/ug/ports-and-data-manager.html is probably a better link
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Naming Conventions についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!