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

3 views (last 30 days)
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 ?

Accepted Answer

Nitin Kapgate
Nitin Kapgate on 6 Oct 2020
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.

More Answers (0)

Categories

Find more on Event Functions in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!