中文说明: 通过MATLAB的gui程序设计,在gui设计中主要用到三种控件,文本编辑框(edit text),静态文本框(Static text),命令按钮(push button)。然后在通过各个按钮的回调函数,实现简单的计算功能。具有友好的用户图形界面。实现十进制数的加、减、乘、除等简单计算。
English Description:
Through Matlab GUI program design, three kinds of controls are mainly used in GUI Design: edit text, static text and push button. Then through the callback function of each button, the simple calculation function is realized. It has friendly graphical user interface. Realize the simple calculation of addition, subtraction, multiplication and division of decimal number.