Filter löschen
Filter löschen

unique Simulink model identifiers

4 Ansichten (letzte 30 Tage)
Adrian Dronca
Adrian Dronca am 2 Jul. 2012
Hello all,
When a new model is created in Simulink, is there some unique Identifier also created that can be read ?
Best Regards,
Adrian

Akzeptierte Antwort

TAB
TAB am 2 Jul. 2012
Bearbeitet: TAB am 2 Jul. 2012
When a model is create, there can be 2 unique identifier for the model:
  1. Model name: This is created every time when a new model is created. This can be changed by the user.
  2. 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').
Try
>> mdlh = new_system;
on command window.
----------------------
Is anything else you want ?

Weitere Antworten (0)

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by