Exporting script that runs a simulink model.
Show older comments
I have a few scripts that I am looking to export for running in an embedded system. One of the script (class) has a handle for a simulink model and handles simulating the model. Another script is an event listener listening to a comms network.
I tried using the Application Compiler and it seems to setup the communication nodes fine but errors out when setting up the simulink dependent scripts.
I am aware of the capability of exporting the model as a standalone FMU and was considering writing python code for the embedded system that functions identically to my scritps and uses this FMU.
Is there a good way to export these scripts/models for running on an embedded system that doesn't involve me completely re-writing my scripts?
Accepted Answer
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!