OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 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. |
| 9 | warning ("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 |
| 13 | if exist("toggle_plplot_use") |
| 14 | toggle_plplot_use |
| 15 | endif |
| 16 |
