what command can be used to compile a model

16 ビュー (過去 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 Center および File ExchangeModel Upgrades についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by