get the display data in simulink ( at gui edit box)
Show older comments
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
Answers (1)
Rani V.S
on 26 Oct 2016
0 votes
set( myguihandle.myEdittag, 'string', myVar);
use the above code. Replace the highlighted fields with corresponding values
1 Comment
hwanjo kim
on 28 Oct 2016
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!