- Design Your Model: Start with crafting your Simulink model.
- Build an Interface: Use MATLAB’s App Designer to create a user-friendly app interface for your model.
- Implement Callbacks: Set up the "SimulateButtonPushed" callback in your app to configure simulation parameters.
- Package with Simulink Compiler: Use the Simulink Compiler to convert your app into a standalone executable.
- Run Standalone: Now, anyone can interact with your model through the app, installation of MATLAB is not required as the package installer includes the MATLAB runtime which enables users to run the application without installation of MATLAB.
open_system('simulink') how to run create package application compiler and run without install matlab system
1 次查看(过去 30 天)
显示 更早的评论
open_system('simulink') how to run create package application compiler and run without install matlab system
0 个评论
回答(2 个)
UDAYA PEDDIRAJU
2024-3-14
Hi Devaki,
To share/run your Simulink model as a standalone app without requiring MATLAB you can refer to the documentation: https://www.mathworks.com/help/slcompiler/ug/deploy-a-simulation-with-simulink-compiler.html.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!