How do i connect matlab ui with simulink

조회 수: 3 (최근 30일)
Karthik Holla
Karthik Holla 2019년 3월 22일
답변: Naga 2025년 1월 28일
i created matlab gui and the simulink model i want it to be combine how can i do those think

답변 (1개)

Naga
Naga 2025년 1월 28일
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.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by