501
edits
Line 560: | Line 560: | ||
<!-- {{SyntaxHighlight| --> | <!-- {{SyntaxHighlight| --> | ||
{{Code|Creating the transfer functions for the inverted pendulum|<syntaxhighlight lang="octave | {{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 < | and by invoking the <code>bode</code> command | ||
<!-- {{SyntaxHighlight| --> | <!-- {{SyntaxHighlight| --> |
edits