基于matlab的简易计算器设计我要分享

Design of simple calculator based on MATLAB

matlab 计算器 基于 设计 简易

关注次数: 183

下载次数: 0

文件大小: 7.95 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 通过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.


代码预览