Creation of a standalone executable app
4 次查看(过去 30 天)
显示 更早的评论
Hello all,
I have created an application in Matlab App Designer and now I want to save it as a standlone executable app.
The application is based on Matlab code but it uses Simulink models to run.
Is the creation of a standlone app possible with this structure?
Thank you in advance for your help.
Kind regards,
Panagiotis
0 个评论
回答(1 个)
Steven Lord
2025-5-13
You will need to use Simulink Coder (product information page) for that workflow. See the Simulink Coder documentation for more information on how to use this product.
2 个评论
Steven Lord
2025-5-14
Yes, my apologies. I saw "standalone executable" and my mind first jumped to code generation with Simulink Coder, but app deployment with Simulink Compiler ought to be possible as well. I have not used Simulink Compiler myself, but I did see an example in the documentation of creating an App Designer app that calls a Simulink model and deploys that app. I recommend working through that example and adapting it to your application.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Compatibility 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!