Open SimulinkProject along with model
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
When you attempt to open a model that is part of a Simulink project, Simulink asks you whether you want to open the project as well. Is there a way to do the same when the model is opened programmatically? I'm trying to implement a mechanism/process where the user selects a model to open and if it is part of a project, the project gets opened so that it configures the environment - paths, variables, etc.
Cheers,
sunny
0 Commenti
Risposte (1)
Akshay Khadse
il 28 Mar 2019
I am ssuming that you are using open_system command to open the model file. However, this command cannot open the Simulink Project.
You will need to manually use the openProject command to open the corresponding project. Please refer the following documantation page for more inormation on this command:
Vedere anche
Categorie
Scopri di più su Dependency Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!