Control package: Difference between revisions

66 bytes removed ,  29 September 2015
Line 560: Line 560:


<!-- {{SyntaxHighlight| -->
<!-- {{SyntaxHighlight| -->
{{Code|Creating the transfer functions for the inverted pendulum|<syntaxhighlight lang="octave" style="font-size:13px">
{{Code|Creating the transfer functions for the inverted pendulum|<syntaxhighlight lang="octave">
  m = 0.15;
  m = 0.15;
  l = 0.314;
  l = 0.314;
Line 574: Line 574:
</syntaxhighlight>}}
</syntaxhighlight>}}


and by invoking the <syntaxhighlight inline lang="octave">bode</syntaxhighlight> command
and by invoking the <code>bode</code> command


<!-- {{SyntaxHighlight| -->
<!-- {{SyntaxHighlight| -->
501

edits