我的简易计算器界面程序源代码function varargout = calc(varargin)% CALC M-file for calc
fig% CALC, by itself, creates a new CALC or raises the existing% singleton*
%% H = CALC returns the handle to a new CALC or the handle to% the existing singleton*
%% CALC('CALLBACK',hObject,eventData,handles,
) calls the local% function named CALLBACK in CALC
M with the given input arguments
%% CALC('Property','Value',
) creates a new CALC or raises the% existing singleton*
Starting from the left, property value pairs are% applied to the GUI before calc_OpeningFunction gets called
An% unrecognized property name or invalid value makes property application% stop
All inputs are passed to calc_OpeningFcn via varargin
%% *See GUI Options on GUIDE's Tools menu
Choose "GUI allows onl