How to use Simulink Coder to Convert .mdl file into .exe

3 views (last 30 days)
Hello Experts, I am using Matlab R2011b version. I have developed an ADC model in Simulink, and now I want to covert the .mdl file into .exe file, so that it can be deployed to web. Can you please help me how to do it? I can see in Simulink Library Browser that Simulink Coder is installed in my PC with following options to choose from: Asynchronous, Custom Code, Desktop Targets, S-Function Target, Real-Time Windows Target. Among these only Real-Time is not installed on PC. Can you please suggest how do I use these blocks and get my .mdl file converted into .exe file? Thank you for help. SG.

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 21 Nov 2011
I would recommend starting with the Simulink Coder demos/videos to get started. However, if you already have a Simulink model, you might just need to open it and hit Ctrl+B to generate code from the model. If there are features/blocks used in your model that are not supported for code-generation, you should get an appropriate error.
  5 Comments
Titus Edelhofer
Titus Edelhofer on 22 Nov 2011
Your welcome. Usually your best bet is to contact the sales department of mathworks (see homepage) to discuss the evaluation of Simulink Coder ...
Walter Roberson
Walter Roberson on 22 Nov 2011
http://www.mathworks.com/programs/trials/product_evals.html?s_cid=cta_trials

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!