• 大小: 6.69KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: Matlab
  • 标签: matlab  

资源简介


该代码使用MatLab7.0 GUI编写的实现小数、整数进行加减乘除的案例。将该资源加压后,得到addnum文件,打开Matlab7.0,切换工作区间到addnum,在Matlab的命令行窗口输入:addnum,就可以在GUI上进行加减乘除了。

资源截图

代码片段和文件信息

function varargout = addnum(varargin)
% ADDNUM M-file for addnum.fig
%      ADDNUM by itself creates a new ADDNUM or raises the existing
%      singleton*.
%
%      H = ADDNUM returns the handle to a new ADDNUM or the handle to
%      the existing singleton*.
%
%      ADDNUM(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in ADDNUM.M with the given input arguments.
%
%      ADDNUM(‘Property‘‘Value‘...) creates a new ADDNUM or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before addnum_OpeningFunction gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to addnum_OpeningFcn via varargin.
%
%      *See GUI Options on GUIDE‘s Tools menu.  Choose “GUI allows only one
%      instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES

% Copyright 2002-2003 The MathWorks

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10492  2015-11-25 09:45  addnum\addnum.asv

     文件       2996  2015-11-25 09:19  addnum\addnum.fig

     文件      10492  2015-11-25 09:47  addnum\addnum.m

     目录          0  2015-11-26 15:10  addnum

----------- ---------  ---------- -----  ----

                23980                    4


评论

共有 条评论