Community Profile

photo

MEHEDI HASAN


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Share data from a function to pushbutton call back in gui
function pushbutton3_Callback(hObject, eventdata, handles) % hObject handle to pushbutton3 (see GCBO) % eventdat...

9 years ago | 2 answers | 0

2

answers

Question


how to make a radio button selected and another radio button deselected by clicking one of the radio button
I am working in gui.In here there are two radio button . I am trying to do when i select a radio button, another will deselect ...

9 years ago | 1 answer | 0

1

answer

0

answers

Question


I am working with gui. here i plot multiple line in a same graph.I want to add the function "When i select a point on the line in the graph.he can delete the selected line"
Does it need? items = get(h, 'Children'); delete(items(end)); thanks in advance...

9 years ago | 1 answer | 0

1

answer