657
edits
Line 185: | Line 185: | ||
== Plotting == | == Plotting == | ||
=== Get screen size === | |||
To get the size of your screen. Do | |||
{{Code||<syntaxhighlight lang="octave" style="font-size:13px"> | |||
get (0, "screensize") | |||
</syntaxhighlight>}} | |||
== Input/Output == | == Input/Output == | ||
edits