How to use sldd file instead of *.m for creating mask popup
11 ビュー (過去 30 日間)
古いコメントを表示
Hello!
I read an article how to tune Mask Enumeration Parameters: https://nl.mathworks.com/help/simulink/ug/tunable-mask-popup-parameter.html
This example shows how to create a *.mat file for custom Enumeration parameters for mask.
I have all my Enumeration already defined in the *.sldd dictionary.
Are there any possibility to re-use enumeration from sldd for custom parameters for mask?
0 件のコメント
回答 (1 件)
Aabha
2025 年 8 月 19 日 10:57
I understand that you want to use ‘enumerations’ from a pre-defined ‘*.sldd’ dictionary for custom parameters of a mask. You can use the ‘enumeration’ defined in the ‘Simulink Data Dictionary’ as if it were an external enumeration file.
Please refer to the below MATLAB Answer for more information regarding the same: https://www.mathworks.com/matlabcentral/answers/2158635-how-to-use-an-enumeration-from-a-simulink-data-dictionary-in-a-mask-popup-parameter-in-simulink-r202?s_tid=answers_rc1-1_p1_Topic
I hope this answers your question.
3 件のコメント
Aabha
2025 年 8 月 20 日 2:29
It is available from R2023a release. Please refer to the following documentation link for more information about this feature in the R2023a release: https://www.mathworks.com/help/releases/r2023a/simulink/ug/tunable-mask-popup-parameter.html
参考
カテゴリ
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!