フィルターのクリア

I can't use deploytool with simulink

2 ビュー (過去 30 日間)
SERGIO MORIGUCHI
SERGIO MORIGUCHI 2015 年 1 月 30 日
コメント済み: Andreas Goser 2016 年 4 月 29 日
I want to use simulink in an .exe file can I use simulink sim command in an .m file? Is that possible using deploytool?

採用された回答

Andreas Goser
Andreas Goser 2015 年 1 月 30 日
編集済み: Andreas Goser 2015 年 1 月 30 日
"deploytool" is part of the MATLAB Compiler product and 2 other products built on top of MATLAB Compiler.
The scope of those products is on creating apps based on MATLAB code.
Creating C-Code and stand-alone applications from Simulink models is possible, but requires other products. You may start to look at "Simulink Coder", but feel free contacting MathWorks for guidance.

その他の回答 (2 件)

SERGIO MORIGUCHI
SERGIO MORIGUCHI 2015 年 1 月 30 日
thanks a lot for the answer. So the "sim" command that I have in my .m file will not work in a deployment process using "deploytool"?
  1 件のコメント
Andreas Goser
Andreas Goser 2015 年 2 月 2 日
This is correct.

サインインしてコメントする。


Patrick Sautter
Patrick Sautter 2016 年 4 月 28 日
Okay if you don't use "sim" as command to include simulink which command did you use? Or how you realized it?
  1 件のコメント
Andreas Goser
Andreas Goser 2016 年 4 月 29 日
Likely by appying my guidance:
"Creating C-Code and stand-alone applications from Simulink models is possible, but requires other products. You may start to look at "Simulink Coder", but feel free contacting MathWorks for guidance."

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeVerification, Validation, and Test についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by