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

3 visualizaciones (últimos 30 días)
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 ?

Respuesta aceptada

Nitin Kapgate
Nitin Kapgate el 6 de Oct. de 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.

Más respuestas (0)

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by