-
大小: 655KB文件类型: .zip金币: 1下载: 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图片墙组件)
相关资源
- 基于RBF神经网络的PID控制仿真代码
- RBF插值算法Matlab代码
- DCT基函数图像_MATLAB版本
- Matlab实现M/M/1排队模型
- A率PCM编码MATLAB程序
- matlab三相桥式整流电路仿真模型
- 偏微分图像处理MATLAB程序
- 图像预处理MATLAB代码包括图像去孔洞
- 信号包络提取
- matlab编写的有关图像识别分类方法的
- 穷举法求解0-1整数规划的matlab程序
- 注水定理的算法和matlab仿真
- K最短路问题MATLAB实现
- 基于MATLAB的标准化降水指数SPI计算程
- 随机森林matlab代码
- svm分类器的实现 matlab
- zw_MATLAB程序.zip
-
5 电平MMC simuli
nk仿真模型 - DE算法Matlab程序
-
Simuli
nk仿真_模糊PID控制 -
Simuli
nk仿真_简单PID控制 - 混合整数规划问题matlab仿真代码.txt
-
LTE_Downli
nk.rar - capon算法的DOA估计MATLAB代码
- DDC设计MATLAB
- Matlab调制库函数fskmod参数及源代码详
- 基于matlab粒子群算法解决旅行商(T
- 雷达测速 matlab程序
- 1工业六轴机器人关节轨迹优化
- burg算法估计功率谱 matlab 完全自编
评论
共有 条评论