Skip to content

Instantly share code, notes, and snippets.

@Jeet1994
Created November 12, 2016 10:03
Show Gist options
  • Save Jeet1994/4bb7f8d3819cacba441ff8c11c96ffa6 to your computer and use it in GitHub Desktop.
Save Jeet1994/4bb7f8d3819cacba441ff8c11c96ffa6 to your computer and use it in GitHub Desktop.
Basic MATLAB for a control system enthusiast.
>> 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