X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=blobdiff_plain;f=.octaverc;fp=.octaverc;h=25bb339e7a5f98b791cff851fc85864ba9595035;hp=0000000000000000000000000000000000000000;hb=6cd387b2e42c3273c6cd48ad2e7e551bddd86474;hpb=87d434fa93b3e52e8a5a0a9d99ae43492c35e1be diff --git a/.octaverc b/.octaverc new file mode 100644 index 0000000..25bb339 --- /dev/null +++ b/.octaverc @@ -0,0 +1,11 @@ +## +## Options for MATLAB compatibility. +## +allow_noninteger_range_as_index(true); +do_braindead_shortcircuit_evaluation(true); +history_timestamp_format_string("%%-- %D %I:%M %p --%%"); +page_screen_output(false); +print_empty_dimensions(false); + +addpath(genpath('~/src/octave/misc')); +addpath(genpath('~/src/octave/optimization'));