2011-01-08 17:48:25 +02:00
|
|
|
## System-wide startup file for -*-octave-*-.
|
2011-01-08 15:22:43 +02:00
|
|
|
##
|
|
|
|
## This file should contain any commands that should be executed each
|
|
|
|
## time Octave starts for every user at this site.
|
|
|
|
|
|
|
|
# System clock of the embedded device running Octave is not neccessarily set
|
|
|
|
# correctly. Note that this doesn't shut off warnings output early in the
|
|
|
|
# Octave startup sequence.
|
|
|
|
warning ("off", "Octave:future-time-stamp");
|
|
|
|
|
2011-01-08 17:48:25 +02:00
|
|
|
# automatically enable plplot, if it is installed. GNUplot is not going to
|
|
|
|
# work on a terminal together with GNUplot anytime soon
|
|
|
|
if exist("toggle_plplot_use")
|
|
|
|
toggle_plplot_use
|
|
|
|
endif
|