Tips and tricks: Difference between revisions

344 bytes added ,  30 May 2013
(→‎Preferences: typo 'teh' -> 'the')
Line 8: Line 8:


The value of {{Codeline|DefaultFigurePosition}} must be a four element vector with the x and y coordinates for the figure, followed by its with and height. The code above sets the default image to be placed at the top of the monitor, with the width of the monitor and the same height previously set as default.
The value of {{Codeline|DefaultFigurePosition}} must be a four element vector with the x and y coordinates for the figure, followed by its with and height. The code above sets the default image to be placed at the top of the monitor, with the width of the monitor and the same height previously set as default.
=== Shorten help message ===
To get rid of the long help message with the link to the Octave homepage place this in your startup file usually at ~/.octaverc (if it does not exist, create it). See the [http://www.gnu.org/software/octave/doc/interpreter/Startup-Files.html documentation] for more information.
suppress_verbose_help_message(1)


==Tiny helper functions==
==Tiny helper functions==
Anonymous user