How do i connect matlab ui with simulink

3 visualizaciones (últimos 30 días)
Karthik Holla
Karthik Holla el 22 de Mzo. de 2019
Respondida: Naga el 28 de En. de 2025
i created matlab gui and the simulink model i want it to be combine how can i do those think

Respuestas (1)

Naga
Naga el 28 de En. de 2025
Hello Karthik,
In order to use MATLAB UI with Simulink you can use the MATLAB function "bind". This function will help to connect app components to simulation signals and variables. Additionally, you can also use the MATLAB function "Binding". Refer to the following documentation for more information: Create Apps to Control Simulations
Please refer to the following documentation that demonstrates connecting UI components to model elements by creating bindings and by writing callbacks to set model parameters: Control a Simulink Simulation with App Designer
Please note that these are available from MATLAB Version R2024a.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by