フィルターのクリア

How to interface simulink model file after converting in to exe file

1 回表示 (過去 30 日間)
shankar
shankar 2011 年 7 月 28 日
we have one simulink model file for image processing. we created a gui for this model successfully. then we converted this gui .m file to exe file using matlab commands. it generated a exe file. we closed our matlab and executed that exe file. here it shown gui we browsed input image and then clicked run button. here we got error. Is this correct procedure to create exe file for a simulink model or not.

採用された回答

Kaustubha Govind
Kaustubha Govind 2011 年 7 月 28 日
Did you use MATLAB Compiler to generate an EXE for your MATLAB code? MATLAB Compiler does not support Simulink functionality. What you need to do is use Simulink Coder (formerly, Real-Time Workshop) to generate C code from your Simulink model, and then call that from your standalone GUI executable. See this previous answer for more information: http://www.mathworks.com/matlabcentral/answers/10193-matlab-compiler-and-simulink
  1 件のコメント
shankar
shankar 2011 年 7 月 29 日
Thank you for your information......

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by