-
大小: 655KB文件类型: .zip金币: 2下载: 0 次发布日期: 2021-06-01
- 语言: Matlab
- 标签: matlab GUI simulink S-function
资源简介
本压缩文件里包含了众多的程序,并且可通过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个文件信息
- 上一篇:基于RBF神经网络的PID控制仿真代码
- 下一篇:3DWall(AS3图片墙组件)
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
评论
共有 条评论