How to get all the parameters of Mask ?
2 ビュー (過去 30 日間)
古いコメントを表示
I'm trying to make a Superclass that first calls all the values of the Parameters of the Blocks in the .mdl SIMULINK file. Is there any command that I can get all such values ? I know how to use find_system command and get_param but they only get a particular parameter.
0 件のコメント
採用された回答
Azzi Abdelmalek
2016 年 7 月 22 日
編集済み: Azzi Abdelmalek
2016 年 7 月 22 日
For the Constant block for example:
get_param('untitled/Constant','DialogParameters')
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Programmatic Model Editing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!