• 大小: 0.01M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: 其他
  • 标签: 其他  

资源简介


使用 MATLAB GUI 做了一个有关二阶系统的时域响应程序:可以通过移动滑动条设置阻尼系数 ζ 与自然角频率 ωn 的值,同时可以选择系统的单位阶跃响应还是单位脉冲响应,在坐标轴中显示响应曲线;如果为单位阶跃响应下欠阻尼情况,还会计算并显示出5个二阶系统单位阶跃响应的性能指标。

资源截图

代码片段和文件信息

function varargout = fig_4_7_gui(varargin)
% FIG_4_7_GUI M-file for fig_4_7_gui.fig
%      FIG_4_7_GUI by itself creates a new FIG_4_7_GUI or raises the existing
%      singleton*.
%
%      H = FIG_4_7_GUI returns the handle to a new FIG_4_7_GUI or the handle to
%      the existing singleton*.
%
%      FIG_4_7_GUI(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in FIG_4_7_GUI.M with the given input arguments.
%
%      FIG_4_7_GUI(‘Property‘‘Value‘...) creates a new FIG_4_7_GUI or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before fig_4_7_gui_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to fig_4_7_gui_OpeningFcn via varargin.
%
%      *See GUI Options on GUIDE‘s Tools menu.  Choose “GUI allows only one
%      instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLE

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

     文件       7454  2014-04-12 08:56  FIG_4_7_GUI\fig_4_7_gui.asv

     文件       6801  2014-04-12 09:12  FIG_4_7_GUI\fig_4_7_gui.fig

     文件       8985  2014-04-12 09:10  FIG_4_7_GUI\fig_4_7_gui.m

     目录          0  2014-04-12 09:35  FIG_4_7_GUI

----------- ---------  ---------- -----  ----

                23240                    4


评论

共有 条评论