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:

  1. if uipanel not high , used statusbar in gui applications better add static text component , update text through handle.
  2. 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

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -