matlab gui 复数计算器,用gui设计计算器

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

function number4_Callback(hObject, eventdata, handles)

% hObject handle to number4 (see GCBO)

% eventdata reserved - to be defined in a future version of MATLAB

% handles structure with handles and user data (see GUIDATA)

global jj

textString = get(handles.text1,'String');

if(strcmp(textString,'0.')==1)&(jj==0)

set(handles.text1,'String','4') ;

else

textString =strcat(textString,'4');

set(handles.text1,'String',textString)

end

jj=0;

% --- Executes on button press in number5.

function number5_Callback(hObject, eventdata, handles)

% hObject handle to number5 (see GCBO)

% eventdata reserved - to be defined in a future version of MATLAB

% handles structure with handles and user data (see GUIDATA)

global jj

textString = get(handles.text1,'String');

if(strcmp(textString,'0.')==1)&(jj==0)

set(handles.text1,'String','5') ;

else

textString =strcat(textString,'5');

set(handles.text1,'String',textString)

end

jj=0;

% --- Executes on button press in number6.

function number6_Callback(hObject, eventdata, handles)

% hObject handle to number6 (see GCBO)

% eventdata reserved - to be defined in a future version of MATLAB

% handles structure with handles and user data (see GUIDATA)

global jj

textString = get(handles.text1,'String');

if(strcmp(textString,'0.')==1)&(jj==0)

set(handles.text1,'String','6') ;

else

textString =strcat(textString,'6');

set(handles.text1,'String',textString)

end

jj=0;

% --- Executes on button press in number7.

function number7_Callback(hObject, eventdata, handles)

% hObject handle to number7 (see GCBO)

% eventdata reserved - to be defined in a future version of MATLAB

% handles structure with handles and user data (see GUIDATA)

global jj

textString = get(handles.text1,'String');

if(strcmp(textString,'0.')==1)&(jj==0)

set(handles.text1,'String','7') ;

else

textString =strcat(textString,'7');

set(handles.text1,'String',textString)

end

jj=0;

% --- Executes on button press in number8.

function number8_Callback(hObject, eventdata, handles)

% hObject handle to number8 (see GCBO)

% eventdata reserved - to be defined in a future version of MATLAB

% handles structure with handles and user data (see GUIDATA)

global jj

textString = get(handles.text1,'String');

if(strcmp(textString,'0.')==1)&(jj==0)

set(handles.text1,'String','8') ;

else

textString =strcat(textString,'8');

set(handles.text1,'String',textString)

end

jj=0;

% --- Executes on button press in number9.

function number9_Callback(hObject, eventdata, handles)

% hObject handle to number9 (see GCBO)

% eventdata reserved - to be defined in a future version of MATLAB

% handles structure with handles and user data (see GUIDATA)

global jj

textString = get(handles.text1,'String');

if(strcmp(textString,'0.')==1)&(jj==0)

set(handles.text1,'String','9') ;

else

textString =strcat(textString,'9');

set(handles.text1,'String',textString)

end

jj=0;

% --- Executes on button press in sin.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值