Feeds
提问
Getting the default radio button value from a button group
Hello! I'm making a gui with multiple button groups that define values which is to be used in a function triggered by a push ...
13 years 前 | 1 个回答 | 0
1
个回答已回答
How to retrive the chosen value from SelectionChangeFcn (GUI)
I found out that putting handles = guidata(hObject); before the switch command and set(handles.shiptype,'UserData',st...
How to retrive the chosen value from SelectionChangeFcn (GUI)
I found out that putting handles = guidata(hObject); before the switch command and set(handles.shiptype,'UserData',st...
13 years 前 | 0
| 已接受
提问
How to retrive the chosen value from SelectionChangeFcn (GUI)
Hello! I need the value chosen in a GUI button group for a function later in my code, but when i try to retrive it with: k...
13 years 前 | 1 个回答 | 0