compiling desktop executable
1 次查看(过去 30 天)
显示 更早的评论
Hi everyone;
I have compiled my Simulink model into a desktop .exe to speed up operation. My model has some constant blocks which it uses to gather data from the workspace. When I have compiled the model will it only compile with the values which were in the workspace at the time or will it collect new data from the workspace each time the executable runs?
Amardeep
0 个评论
采纳的回答
Titus Edelhofer
2011-11-21
Hi Amardeep,
the executable has nothing to do anymore with the workspace, so the answer is no, it will not collect new data but the values at compile time are compiled into the code.
The simplest way to use different parameters is to replace the constant blocks by "From File" blocks and save the parameters you want to use to the file before running the executable.
More elaborate ways for interfacing with your model can be found at web([docroot '/toolbox/rtw/ug/f1160677.html'])
Titus
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!