Open SimulinkProject along with model

조회 수: 2 (최근 30일)
Sunny Talekar
Sunny Talekar 2019년 3월 20일
댓글: Sunny Talekar 2021년 10월 26일
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

답변 (1개)

Akshay Khadse
Akshay Khadse 2019년 3월 28일
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:
  댓글 수: 1
Sunny Talekar
Sunny Talekar 2021년 10월 26일
So how does Simulink do it when you try to open a model? Is there a way to replicate the same behaviour? For instance, I'm trying to open and simulate a model via command line using simulink model path. The project essentially sets up the environment for the model to run. If I only have the simulink model path how can I identify the project to load before attempting to simulate the model?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by