Skip to content

Instantly share code, notes, and snippets.

@xmonader
Created April 27, 2013 20:25
Show Gist options
  • Select an option

  • Save xmonader/5474554 to your computer and use it in GitHub Desktop.

Select an option

Save xmonader/5474554 to your computer and use it in GitHub Desktop.
octave:1> s=tf('s');
octave:2> G=(s+1)/(0.1*s+1)
Transfer function 'G' from input 'u1' to output ...
s + 1
y1: ---------
0.1 s + 1
Continuous-time model.
octave:3> bode(G)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment