Generate .exe or any other executable for simulink model
7 次查看(过去 30 天)
显示 更早的评论
Is it possible to generate an executable file from a simulink model that can run on a pc where there is not matlab&simulink installed?
0 个评论
回答(2 个)
Mark McBroom
2019-4-15
Yes, this can be done if you have a Simulink Coder license.
2 个评论
Mark McBroom
2019-4-20
There are a couple of approaches depending on how you plan to get input data and capture output results for the simulation. THe easiest way is to use the FromFile and ToFile blocks to read/write data from a .mat file for simulation.
Desirae
2024-1-29
I am trying to generate an executable file from Unreal Engine to use in my Simulink model. However, every time I try to package my project I am getting an error. I think the most important error is “UATHelper: Packaging (Windows (64-bit)): ERROR: Could not find definition for module ‘MathWorksAerospace’, (referenced via MyProject_Intersect.uproject → MathWorksSimulation.uplugin)
PackagingResults: Error: Could not find definition for module ‘MathWorksAerospace’, (referenced via MyProject_Intersect.uproject → MathWorksSimulation.uplugin)”
I’m not sure how to resolve this issue, have you ever seen something like this before?
Attached is the full error log.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!