• 大小: 305KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-12
  • 语言: Matlab
  • 标签: matlab  

资源简介

包含用户界面设计、程序代码、课程设计报告(终结版)

资源截图

代码片段和文件信息

function varargout = design2(varargin)
% DESIGN2 M-file for design2.fig
%      DESIGN2 by itself creates a new DESIGN2 or raises the existing
%      singleton*.
%
%      H = DESIGN2 returns the handle to a new DESIGN2 or the handle to
%      the existing singleton*.
%
%      DESIGN2(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in DESIGN2.M with the given input arguments.
%
%      DESIGN2(‘Property‘‘Value‘...) creates a new DESIGN2 or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before design2_OpeningFunction gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to design2_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 Inc.

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

% Last Modified by GUIDE v2.5 17-Dec-2009 19:48:19

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @design2_OpeningFcn ...
                   ‘gui_OutputFcn‘  @design2_OutputFcn ...
                   ‘gui_LayoutFcn‘  []  ...
                   ‘gui_Callback‘   []);
if nargin && ischar(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 design2 is made visible.
function design2_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 design2 (see VARARGIN)

% Choose default command line output for design2
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

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


% --- Outputs from this function are returned to the command line.
function varargout = design2_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 only.
function only_Callback(hobject eventdata handles)
% hOb

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

     文件     185544  2007-07-03 08:44  终结版\GDGvoice8000.wav

     文件       7921  2009-12-17 15:32  终结版\design2.m

     文件       7037  2009-12-17 15:38  终结版\design2.fig

     文件     324096  2009-12-23 15:10  终结版\课程设计报告.doc

     文件         18  2009-12-23 15:11  终结版\新建 文本文档.txt

     目录          0  2009-12-23 15:04  终结版

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

               524616                    6


评论

共有 条评论