- Model name: This is created every time when a new model is created. This can be changed by the user.
- Handle to the model: Every model has a unique number called handle.When the model is created from command line using new_system() function, it returns a handle to the model. When a model already exist, you can open the model and read its handle using get_param('ModelName','handle').
unique Simulink model identifiers
5 ビュー (過去 30 日間)
古いコメントを表示
Hello all,
When a new model is created in Simulink, is there some unique Identifier also created that can be read ?
Best Regards,
Adrian
0 件のコメント
採用された回答
TAB
2012 年 7 月 2 日
編集済み: TAB
2012 年 7 月 2 日
When a model is create, there can be 2 unique identifier for the model:
Try
>> mdlh = new_system;
on command window.
----------------------
Is anything else you want ?
0 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!