How to a GUI directly in Simulink Model?

조회 수: 20 (최근 30일)
Sundeepan
Sundeepan 2017년 3월 28일
댓글: Robert Li 2021년 12월 26일
Is it possible to display a GUI directly in a Simulink model ?
The GUI can be used for entering values or for selection of Variables before simulation. What it avoids is the double click required to open the GUI and shows the selected parameters.

채택된 답변

ES
ES 2017년 3월 28일
You can invoke a gui from a block. Create an empty subsystem. In its open function, you can call the GUI. In the GUI you can set all the parameters in one window and then start the simulation.
  댓글 수: 1
Zimam Amer Muhamad
Zimam Amer Muhamad 2018년 11월 6일
how to call the GUI ? please i need clarification

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

dbmn
dbmn 2017년 3월 28일
Not sure what you want to do exactly (or why you want to do that).
What version are you using?
  댓글 수: 1
Robert Li
Robert Li 2021년 12월 26일
The dashboards blocks seems do not work with real time models when run on a target.
Is there anyone who has such kind of trouble?

댓글을 달려면 로그인하십시오.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by