Created
November 12, 2016 10:03
-
-
Save Jeet1994/4bb7f8d3819cacba441ff8c11c96ffa6 to your computer and use it in GitHub Desktop.
Basic MATLAB for a control system enthusiast.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> G = tf([1], [1 1 1]) | |
G = | |
1 | |
----------- | |
s^2 + s + 1 | |
Continuous-time transfer function. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment