GUI for Root Locus

버전 1.3.0.0 (31.9 KB) 작성자: Erik
This program helps to sketch root locus plot
다운로드 수: 6.5K
업데이트 날짜: 2011/10/24

라이선스 보기

http://www.swarthmore.edu/NatSci/echeeve1/Ref/LPSA/Root_Locus/RLocusGui.html

Invoke the function by calling with a transfer function as its argument.

>> mySys=tf([1 3],[1 5 12 8 0])
>> RLocusGui(mySys) %Invoke GUI

Thought Matlab can create root locus plots, it is still useful to sketch root locus plots by hand. The program, RLocsuGui, takes loop gain as input and then applies (and visually demonstrates) all of the rules that are typically used to sketch the plot by hand.

The program also creates a web page describing the rules as applied to the given loop gain.

The zip file contains a ".m" file and a ".fig" file. Put them both in a directory that is in the Matlab path.

인용 양식

Erik (2024). GUI for Root Locus (https://www.mathworks.com/matlabcentral/fileexchange/14117-gui-for-root-locus), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Classical Control Design에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Fixed a bug that occurred when calling function with argument.

1.2.0.0

Fixed small bug with web page

1.1.0.0

I added some bug fixes and made it possible to load systems from the workspace.

1.0.0.0

Added comments to code.
Made "Description" more helpful.