Get full path of referenced models

28 Ansichten (letzte 30 Tage)
galaxy
galaxy am 25 Mai 2021
Beantwortet: Fangjun Jiang am 25 Mai 2021
Hi all,
I want to get full path of referenced models from simulink by matlab comment.
Example: Model/AAA_Reference (AAA)/Subsystem/abc_Reference (abc)
With AAA, abc are model reference.
I used find_mdlrefs, but match case does not true.
I used find_in_models, but it only give ModelName of Reference model.
So, Do any one know?, please help me.
Thank you so much

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 25 Mai 2021
ModelFile=get_param('ModelBlock','ModelFile');
File=which(ModelFile);
There is no full path info saved with the Model block, because it is not robust since someone else won't have the same folder/file structure.
which(ModelFile) could return empty. But if it is setup correctly, it should return the valid result since the referenced model should be in MATLAB path.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Environment Customization finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by