what command can be used to compile a model

조회 수: 10 (최근 30일)
Vandhana
Vandhana 2014년 2월 26일
댓글: Vandhana 2016년 4월 23일
I am trying to automate model advisor using script. I opened a model using open_system('model_name'). Now I want to compile model alone instead of simulating model. So that I can save time.
I tried with model_name([],[],[],'compile') and model_name([],[],[],'term')command
Is there any other commands available in matlab.
It would be thankful for any kind of replies.

채택된 답변

David
David 2014년 2월 26일
Hi Vandhana,
try ctrl + b (strg + b) if u installed a compiler the model now gets compiled in your current Folder.
Greetings
  댓글 수: 2
Vandhana
Vandhana 2014년 2월 26일
Thanks David,
I supposed to write a script using commands to compile model, can't be used with any shortcuts.
Vandhana
Vandhana 2016년 4월 23일
ctrl+D is shortcut for updating model. Then for simulation could try ctrl+T.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Model Upgrades에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by