input = get(hObject,'String');%你在edit中的输入number = str2double(get(hObject,'String')) ;%将这个输入转换为数值格式这个number就是你输入的值