第一范文网 - 专业文章范例文档资料分享平台

自动控制原理Matlab程序作业(精)

来源:用户分享 时间:2025/7/21 17:50:54 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

选择根轨迹图上的任一点,得到数据,在下方输出面板输出 得到阶跃响应图

三、运行说明

第一步, 在请输入分子后的输入框输入传递函数分子的矩阵, 在下一输入框输入传递函 数分母并按“生成根轨迹图”按钮获得根轨迹

第二步, 按选择点并显示各参数获得根轨迹图上任一点的各项数据, 数据全部输出在下 方输出面板

第三步,按“生成阶跃响应图”按钮可以获得该函数的阶跃响应

第四步,在“请输入插入零点”后的输入框中输入参数,并按“生成综合后根轨迹图” 按钮产生根轨迹 (可以通过点击 “根轨迹校正”按钮,调用工具箱拖动零点进行快速查看根 轨迹图,选择合适的根轨迹再在输入框中输入零点的值

第五步,按“选择点并显示各参数(综合后系统 ”选取各点,查阅参数,数据输出在 下方输出面板上

第六步,按“生成阶跃响应图(综合后系统 ”可以得到综合后系统的阶跃响应 最后,点击“退出”结束程序 四、附录 代码:

function varargout = Liushuai20122510(varargin

% LIUSHUAI20122510 MATLAB code for Liushuai20122510.fig

% LIUSHUAI20122510, by itself, creates a new LIUSHUAI20122510 or raises the existing

% singleton*. %

% H = LIUSHUAI20122510 returns the handle to a new LIUSHUAI20122510 or the handle to

% the existing singleton*. %

% LIUSHUAI20122510('CALLBACK',hObject,eventData,handles,... calls the local

% function named CALLBACK in LIUSHUAI20122510.M with the given input arguments.

%

% LIUSHUAI20122510('Property','Value',... creates a new LIUSHUAI20122510 or raises the

% existing singleton*. Starting from the left, property value pairs are % applied to the GUI before Liushuai20122510_OpeningFcn gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to Liushuai20122510_OpeningFcn via varargin. %

% *See GUI Options on GUIDE's Tools menu. Choose \% instance to run (singleton\%

% See also: GUIDE, GUIDATA, GUIHANDLES

% Edit the above text to modify the response to help Liushuai20122510 % Last Modified by GUIDE v2.5 16-Dec-2014 10:28:20

% Begin initialization code - DO NOT EDIT gui_Singleton = 1;

gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ...

'gui_OpeningFcn', @Liushuai20122510_OpeningFcn, ...

'gui_OutputFcn', @Liushuai20122510_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 Liushuai20122510 is made visible.

搜索更多关于: 自动控制原理Matlab程序作业(精) 的文档
自动控制原理Matlab程序作业(精).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c1ch39640cn6msol1o4w75dq8n1si8z00u80_2.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top