Cookbook: Difference between revisions

167 bytes added ,  27 September 2012
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 ==


657

edits