필터 지우기
필터 지우기

GUI from Simulink File

조회 수: 1 (최근 30일)
Sérgio
Sérgio 2013년 5월 13일
Hi all!
It is possible to call a GUI file from a Simulink file? How?
Sérgio

채택된 답변

David Sanchez
David Sanchez 2013년 5월 13일
Your GUI consists of two files: mygui.fig and mygui.m If you call the function mygui.m from simulink, your GUI will pop up. Look for user defined function block and make a call to your mygui.m. Take into account that if you do not set the right means for it, your gui will be called every sample time, which means many times. Watch out for that.
  댓글 수: 1
Sérgio
Sérgio 2013년 5월 13일
Thanks Dave!

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

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by