Free考研资料 - 免费考研论坛

 找回密码
 注册
打印 上一主题 下一主题

C-PROGRAMM

 关闭 [复制链接]
跳转到指定楼层
楼主
chenweixiyang 发表于 07-12-6 13:50:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
function varargout = erro_show(varargin)
% ERRO_SHOW M-file for erro_show.fig
%      ERRO_SHOW, by itself, creates a new ERRO_SHOW or raises the existing
%      singleton*.
%
%      H = ERRO_SHOW returns the handle to a new ERRO_SHOW or the handle to
%      the existing singleton*.
%
%      ERRO_SHOW('CALLBACK',hObject,eventData,handles,...) calls the local
%      function named CALLBACK in ERRO_SHOW.M with the given input arguments.
%
%      ERRO_SHOW('Property','Value',...) creates a new ERRO_SHOW or raises the
%      existing singleton*.  Starting from the left, property value pairs are
%      applied to the GUI before erro_show_OpeningFunction gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to erro_show_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

% Edit the above text to modify the response to help erro_show

% Last Modified by GUIDE v2.5 12-Nov-2007 15:55:50

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name',       mfilename, ...
                   'gui_Singleton',  gui_Singleton, ...
                   'gui_OpeningFcn', @erro_show_OpeningFcn, ...
                   'gui_OutputFcn',  @erro_show_OutputFcn, ...
                   'gui_LayoutFcn',  [] , ...
                   'gui_Callback',   []);
if nargin & isstr(varargin{1})
    gui_State.gui_Callback = str2func(varargin{1});
end

if nargout
    [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else
    gui_mainfcn(gui_State, varargin{:});
end
% End initialization code - DO NOT EDIT


% --- Executes just before erro_show is made visible.
function erro_show_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)
% varargin   command line arguments to erro_show (see VARARGIN)

% Choose default command line output for erro_show
handles.output = hObject;

% Update handles structure
guidata(hObject, handles);

% UIWAIT makes erro_show wait for user response (see UIRESUME)
% uiwait(handles.figure1);


% --- Outputs from this function are returned to the command line.
function varargout = erro_show_OutputFcn(hObject, eventdata, handles)
% varargout  cell array for returning output args (see VARARGOUT);
% hObject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

% Get default command line output from handles structure
varargout{1} = handles.output;


% --- Executes on button press in pushbutton1.
function pushbutton1_Callback(hObject, eventdata, handles)
% hObject    handle to pushbutton1 (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)
close(erro_show)
figure(JiFen002)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系我们|Free考研资料 ( 苏ICP备05011575号 )

GMT+8, 25-1-16 08:16 , Processed in 0.079470 second(s), 12 queries , Gzip On, Xcache On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表