.octaverc: Difference between revisions

Jump to navigation Jump to search
4 bytes added ,  10 December 2015
(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...")
 
Line 3: Line 3:
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.
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 #
* edit mode async #
EDITOR('gvim > /dev/tty 2>&1 < /dev/tty %s') # use gvim as the default editor
* EDITOR('gvim > /dev/tty 2>&1 < /dev/tty %s') # use gvim as the default editor
Anonymous user

Navigation menu