项目作者: dnemec

项目描述 :
MATLAB Script for LTI system analysis with GUI and command line input.
高级语言: MATLAB
项目地址: git://github.com/dnemec/LTI-Tools.git
创建时间: 2018-07-26T19:11:54Z
项目社区:https://github.com/dnemec/LTI-Tools

开源协议:

下载


About

This is a MATLAB script for basic analysis of an LTI system up to the 5th order.
Script is very readable so you may easily expand it and adjust to your liking.
It features a command line input of symbolic transfer function or transfer function coefficients and GUI for choosing the plot type.
After selection of plot type it automatically saves the high resolution .png plot image file in your MATLAB working directory.

In Windows operating system is usually located in:

  1. C:/Users/username/My Documents/MATLAB

or in case of MacOS in:

  1. Macintosh/Users/username/Documents/MATLAB

Features

Dependencies

This script requires the Control Systems Toolbox.
I have tested it and it is fully working on MATLAB R2017A on MacOS with Control Systems Toolbox installed, i cannot guarantee full functionality for older versions.
Unfortunately it doesn’t work properly in GNU Octave because of missing equivalent functions in control package.