user interface - How to display our output meseeges into specified uipanel in Matlab GUI? -
i want display output messages have processes in function. message stored in variable.
in gui window, made uipanel tag=uipanel1.
so, question how display messages in specified uipanel made (uipanel1)?
any ideas?
there many ways this, hard guess appropriate way without information on tried. suggest following options:
- if
uipanel
not high , used statusbar in gui applications better addstatic text
component , update text through handle. - while static test can display multiline text not display scrollbars. if want display message log window several lines visible , scroll bars, i'd suggest add
listbox
instead. however, little tricky if want show limited number of resent messages.
Comments
Post a Comment