|
On Aug 27, 6:48 am, "michael" <bezen...@gmail.com> wrote:
> in my gui i have button pressing on it will run a function which returns 2 numbers x, y.
> i wanna show the value of the 2 numbers in gui.
>
> 1. which object to choose to show them?
> 2. how do i do that? (i mean, how do i get the handle to this object to show the nembers with the set function)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Well I just answered that well before you asked again. Was my answer
not acceptable?
What newsreader are you using? Does it not update after 44 minutes?
I know Google updates in less than a minute, and the Mathworks
newsreader only takes about 2-3 minutes.
You didn't answer my question (which would make sense if you didn't
see my answer). Are you using GUIDE to create your GUI or you're
doing it manually on your own with the uicontrol() statements?
By the way, you could also "show" the values of the numbers using an
edit text box, or a plot, or a listbox, or a popup control, etc. But
I think a static text might make the most sense and be what you're
seeking.
|