get the display data in simulink ( at gui edit box)

조회 수: 1 (최근 30일)
hwanjo kim
hwanjo kim 2016년 10월 26일
댓글: hwanjo kim 2016년 10월 28일
I tried to make some program to power experiment.
but there is problem to make it.
I want get display block's data at my gui file's edit box
but I couldn't find right way.
plz help me

답변 (1개)

Rani V.S
Rani V.S 2016년 10월 26일
set( myguihandle.myEdittag, 'string', myVar);
use the above code. Replace the highlighted fields with corresponding values
  댓글 수: 1
hwanjo kim
hwanjo kim 2016년 10월 28일
Thk about Ur answer
Umm ... In fact my question is this
let me know you sequence
1. click the gui button which i made( it is already load the mdl by load_system() and it already run)
2. get the display data at my edit box automatically
i think above phase what you teach to me is not a automatically
if you know right way plz teach me
anyway thanks a lot

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

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by