MATLAB大作业.docx
《MATLAB大作业.docx》由会员分享,可在线阅读,更多相关《MATLAB大作业.docx(10页珍藏版)》请在第一文库网上搜索。
1、WJm用B大作业计算器设计姓名:*J.:=,-1_1-1不不不不不不不下不不班级:信息与计算科学2011年12月20日摘要:图形用户界面(GUI)是指由窗口、菜单、图标、光标、按键、对话框和文本等各种图形对象组成的用户界面。它让用户定制用户与Mat1ab的交互方式,而命令窗口不是唯一与Mat1ab的交互方式。关键字:控件对象和用户界面菜单对象、实现功能(1)实现简单的加、减、乘、除运算;(2)实现取余取整运算(3)实现三角运算(4)实现背景改变二、算法实现打开Inat1ab程序,如下建立guide算法实现GUIDEQuickStartCreateNewGUIOpenExistingGUISav
2、enewfigureas:GUIDEtempIatesQBIankGUI(DefauIt)4OUIwithUicontro1s4GUIwithAxesandMenu4Moda1QuestionDia1ogIOK1在建立edittext和StatiCteXt如下图所示:2、各控件的实现:右击按钮进入ca11back,从创建到显示处代码如下:加减乘除函数部分%一Executesonbuttonpressinpushbutton1.functionpushbutton1_Ca11back(hObject,eventdata,hand1es)s1=str2doub1e(get(hand1es.edit
3、1,String*)s2=str2doub1e(get(hand1es.edit2,String*)set(hand1es.edit3Strings1+s2);%eventdatareserved-tobedefinedinafutureversionofMAT1AB%hand1esstructurewithhand1esanduserdata(seeGUIDATA)%-Executesonbuttonpressinpushbutton?.functionpushbutton2_Ca11back(hObject,eventdata,hand1es)s1=str2doub1e(get(hand1
4、es.edit1,String*)s2=str2doub1e(get(hand1es.edit2String,)set(hand1es.edit39,String9s1s2);%hbjecthand1etopushbutton2(seeGCBO)%eventdatareserved-tobedefinedinafutureversionofMAT1AB%hand1esstructurewithhand1esanduserdata(seeGUIDATA)%Executesonbuttonpressinpushbutton3.functionpushbutton3_Ca11back(hObject
5、,eventdata,hand1es)s1=str2doub1e(get(hand1es.edit1,String*)s2=str2doub1e(get(hand1es.edit2,String*)set(hand!es.edit3Strings1*s2);%hbjecthand1etopushbutton3(seeGCBO)%eventdatareserved-tobedefinedinafutureversionofMAT1AB%Executesonbuttonpressinpushbutton4.functionPUShbUtton4_Ca11baCk(hbject,eventdata,
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- MATLAB 作业