function edit1_Callback(hObject, eventdata, handles) v_entry = get(h0bject,'String');v=str2double(v_entry); if isnan(v) v=50;set(h0bject,'string','50'); end handles.v=v;g ...
function edit1_Callback(hObject, eventdata, handles) v_entry = get(h0bject,'String');v=str2double(v_entry); if isnan(v) v=50;set(h0bject,'string','50'); end handles.v=v;g ...