.octaverc

Revision as of 14:38, 10 December 2015 by 139.124.150.226 (talk) (Created page with "= .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 e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.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