Root/octave/files/octaverc

1## System-wide startup file for -*-octave-*-.
2##
3## This file should contain any commands that should be executed each
4## time Octave starts for every user at this site.
5
6# System clock of the embedded device running Octave is not neccessarily set
7# correctly. Note that this doesn't shut off warnings output early in the
8# Octave startup sequence.
9warning ("off", "Octave:future-time-stamp");
10
11# automatically enable plplot, if it is installed. GNUplot is not going to
12# work on a terminal together with GNUplot anytime soon
13if exist("toggle_plplot_use")
14  toggle_plplot_use
15endif
16

Archive Download this file



interactive