Functions which help share data between MATLAB, Simulink and App Designer.

조회 수: 2 (최근 30일)
I need to make multiple connections between MATLAB, Simulink and App Designer. What are the functions used to send data of a signal from
  1. App Designer to Simulink ?
  2. MATLAB workspace to Simulink ?
  3. Simulink to App Designer ?
And are there any other ways to initialize a system to a simulink block other than from MATLAB ?

채택된 답변

Nitin Kapgate
Nitin Kapgate 2020년 10월 6일
To understand the exchange of data between Simulink model and App Designer, you can refer to this example that walks you through the workflow of creating a simulation app in App Designer and using Simulink Compiler to deploy it.
You can use From Workspace block in Simulink to use data from MATLAB workspace in Simulink modelling.
In order to initialize the system from Simulink, you can use Initialization Function (InitFcn) callback function.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by