How to deploy a MATLAB + Simulink app

1 view (last 30 days)
James
James on 14 Apr 2015
Edited: James on 14 Apr 2015
Hi all. Relative MATLAB newbie here. I inherited a mixed MATLAB/Simulink application that appears to both run a Simulink model from a MATLAB file and run MATLAB files as S-functions from Simulink. I would like to deploy this app as a Windows executable. After researching and trying a couple of things, it seems that I need to do two things:
1) Create a MATLAB application with the MATLAB compiler
2) Use the Simulink Coder to generate C code, which then must be compiled separately
Am I correct in my assessment? As I am not an experienced application builder, I am unsure how to link the two parts of the app. Also, do I need to compile each of the S-functions separately in MATLAB or does the Simulink Coder generate C code from the S-functions?
Thanks, -Jamie

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!