필터 지우기
필터 지우기

open_system('simulink') how to run create package application compiler and run without install matlab system

조회 수: 3 (최근 30일)
open_system('simulink') how to run create package application compiler and run without install matlab system

답변 (2개)

UDAYA PEDDIRAJU
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.
  1. Design Your Model: Start with crafting your Simulink model.
  2. Build an Interface: Use MATLAB’s App Designer to create a user-friendly app interface for your model.
  3. Implement Callbacks: Set up the "SimulateButtonPushed" callback in your app to configure simulation parameters.
  4. Package with Simulink Compiler: Use the Simulink Compiler to convert your app into a standalone executable.
  5. 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.

M.Devaki Mohanarangam
M.Devaki Mohanarangam 2024년 3월 27일
Simulink.sdi.view how to create package(.exe file) through compiler and also view (sdi) simulation data inspector view without install matlab system

카테고리

Help CenterFile 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!

Translated by