.octaverc

From Octave
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.octaverc File

The .octaverc file is the octave startup file for Linux. It has basically the same role as startup.m in Matlab. Many basic settings can be put here. Some examples are given below.

  • edit mode async #
  • EDITOR('gvim > /dev/tty 2>&1 < /dev/tty %s') # use gvim as the default editor