• 大小: 4.94MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-03
  • 语言: Matlab
  • 标签: GUI  MATLAB  

资源简介

自动控制原理仿真实平台MATLAB源程序: GUI仿真界面用于自动控制原理课堂教学演示,动态界面演示。主要涉及时域、频域、根轨迹分析设计,以及离散系统分析。 用户可根据自己需求,键入参数实现相应功能。

资源截图

代码片段和文件信息

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

% Last Modified by GUIDE v2.5 14-Jan-2017 20:32:15

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @chuanlianjiaozheng_OpeningFcn ...
                   ‘gui_OutputFcn‘  @chuanlianjiaozheng_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 chuanlianjiaozheng is made visible.
function chuanlianjiaozheng_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 chuanlianjiaozheng (see VARARGIN)
ha=axes(‘units‘‘normalized‘‘position‘[0.045 0.6 0.95 0.42]);%设计背景主界面
%uistack(ha‘down‘)
II=imread(‘777.png‘);
image(II)
colormap gray
set(ha‘handlevisibility‘‘off‘‘visible‘‘off‘);
% Choose default command line output for chuanlianjiaozheng
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

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


% --- Outputs from this function are returned to the command line.
function varargout = chuanlianjiaozheng_OutputFcn(hobject eventdata handles) 
% varargout  cell array for returning output args (see VARARGOUT);
% hobject    handle to figure
% eventdata  reser

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

     文件      18723  2017-05-07 15:03  自动控制原理仿真实平台源程序\0.png

     文件      16001  2017-05-20 22:32  自动控制原理仿真实平台源程序\3.jpg

     文件      13719  2017-03-21 13:05  自动控制原理仿真实平台源程序\3.png

     文件      11699  2017-05-08 08:23  自动控制原理仿真实平台源程序\3333.png

     文件      18533  2017-05-08 08:30  自动控制原理仿真实平台源程序\33333.png

     文件       4644  2017-05-20 22:35  自动控制原理仿真实平台源程序\4.jpg

     文件       5222  2017-05-08 09:09  自动控制原理仿真实平台源程序\55.png

     文件      19583  2017-05-11 15:17  自动控制原理仿真实平台源程序\66.png

     文件      10435  2017-05-08 08:38  自动控制原理仿真实平台源程序\666666.png

     文件      15017  2017-03-21 14:07  自动控制原理仿真实平台源程序\7.png

     文件      42608  2017-05-08 18:09  自动控制原理仿真实平台源程序\77.png

     文件      19321  2017-05-11 15:18  自动控制原理仿真实平台源程序\777.png

     文件      39772  2017-05-08 18:02  自动控制原理仿真实平台源程序\99999.png

     文件      11520  2017-05-07 21:10  自动控制原理仿真实平台源程序\aaaa.png

     文件      88162  2017-05-08 09:11  自动控制原理仿真实平台源程序\bb.png

     文件       9708  2017-05-07 21:34  自动控制原理仿真实平台源程序\cccc.png

     文件       9798  2017-05-11 14:55  自动控制原理仿真实平台源程序\chuanlianjiaozheng.fig

     文件      10277  2017-05-11 15:20  自动控制原理仿真实平台源程序\chuanlianjiaozheng.m

     文件      20390  2017-05-08 09:11  自动控制原理仿真实平台源程序\ddd.png

     文件      39051  2017-03-22 00:11  自动控制原理仿真实平台源程序\ee.png

     文件      28577  2017-05-08 18:36  自动控制原理仿真实平台源程序\eee.png

     文件      36063  2017-03-21 12:36  自动控制原理仿真实平台源程序\ejfx.png

     文件       3476  2017-05-08 18:34  自动控制原理仿真实平台源程序\fankui.fig

     文件       3745  2017-05-08 18:37  自动控制原理仿真实平台源程序\fankui.m

     文件      10090  2017-03-20 22:08  自动控制原理仿真实平台源程序\fengmian.png

     文件      89934  2017-05-08 18:33  自动控制原理仿真实平台源程序\fff.png

     文件       1303  2017-05-08 18:12  自动控制原理仿真实平台源程序\fuhe.fig

     文件       4443  2017-05-08 18:04  自动控制原理仿真实平台源程序\fuhe.m

     文件      13157  2017-03-21 14:14  自动控制原理仿真实平台源程序\g.png

     文件       7353  2017-05-14 09:47  自动控制原理仿真实平台源程序\ga.png

............此处省略73个文件信息

评论

共有 条评论