资源简介

本压缩文件里包含了众多的程序,并且可通过GUI实时修改simulink中各个环节的参数。

资源截图

代码片段和文件信息

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

% Last Modified by GUIDE v2.5 30-May-2010 10:52:37

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @changguiPID_noDistrup_OpeningFcn ...
                   ‘gui_OutputFcn‘  @changguiPID_noDistrup_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 changguiPID_noDistrup is made visible.
function changguiPID_noDistrup_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 changguiPID_noDistrup (see VARARGIN)

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

% Update handles structure
guidata(hobject handles);

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


% --- Outputs from this function are returned to the command line.
function varargout = changguiPID_noDistrup_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 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-06-14 21:26  PID\
     目录           0  2012-06-19 10:01  PID\1111\
     文件        5531  2009-12-19 21:11  PID\1111\comdraw.fig
     文件       19461  2007-06-16 15:06  PID\1111\comdraw.m
     文件       20352  2009-06-27 07:28  PID\1111\comTransmit.fig
     文件       13698  2009-06-27 07:28  PID\1111\comTransmit.m
     文件     1159168  2012-06-14 09:49  PID\1111\MATLAB.doc
     文件        7046  2012-06-15 20:37  PID\1111\qqqqqqqqserial_communication.asv
     文件       11252  2012-06-15 20:41  PID\1111\qqqqqqqqserial_communication.fig
     文件        7079  2012-06-15 20:42  PID\1111\qqqqqqqqserial_communication.m
     文件        3584  2012-06-15 20:41  PID\1111\qqqqqqqqserial_communication_activex1
     文件        1108  2004-09-09 19:51  PID\1111\sendsms.m
     文件        3584  2012-06-15 20:36  PID\1111\serial_communication_activex1
     文件       14865  2012-06-19 10:05  PID\1111\test_gui.fig
     文件        7900  2012-06-15 19:00  PID\1111\test_gui.m
     文件         270  2004-09-09 19:51  PID\1111\unitable.m
     文件       38400  2012-06-14 21:15  PID\1111\串口宝典.doc
     文件        6913  2012-06-11 20:31  PID\changguiPID_noDistrup.fig
     文件       13342  2012-06-11 18:30  PID\changguiPID_noDistrup.m
     文件        6846  2012-06-11 18:30  PID\changguiPID_withDistrup.fig
     文件       13392  2012-06-11 18:30  PID\changguiPID_withDistrup.m
     文件        2556  2012-06-11 18:30  PID\fuzzyPID.fis
     文件       56078  2012-06-11 18:30  PID\Fuzzy_PID_1.mdl
     文件       69229  2012-06-11 18:30  PID\Fuzzy_PID_1_r.mdl
     文件        1995  2012-06-11 18:30  PID\hhu.jpg
     文件        8532  2012-06-11 18:30  PID\mohuPID_noDistrup.fig
     文件       17028  2012-06-11 18:30  PID\mohuPID_noDistrup.m
     文件        8580  2012-06-11 18:30  PID\mohuPID_withDistrup.fig
     文件       17084  2012-06-11 18:30  PID\mohuPID_withDistrup.m
     文件       32342  2012-06-11 18:30  PID\PIDController_1.mdl
     文件       45648  2012-06-11 18:30  PID\PIDController_1_r.mdl
............此处省略12个文件信息

评论

共有 条评论