.octaverc: Difference between revisions

Jump to navigation Jump to search
148 bytes added ,  4 January 2016
no edit summary
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
* '''set(0,'defaultfigurecolormap',gray(256));''' ''# set colormap to gray(256)''
* '''set(0,'defaultfigurecolormap',gray(256));''' ''# set colormap to gray(256)''
* '''suppress_verbose_help_message(1);''' ''# use concise form for help''
* '''suppress_verbose_help_message(1);''' ''# use concise form for help''
* '''page_screen_output(0);''' ''# write text to screen without buffering''
* '''warning("off","Octave:divide-by-zero");''' ''# disable unwanted warning messages''
* '''warning("off","Octave:divide-by-zero");''' ''# disable unwanted warning messages''
* '''warning("off","Octave:possible-matlab-short-circuit-operator");




Line 17: Line 19:


* '''set blink-matching-paren off''' ''# prevent blinking parenthesis matching''
* '''set blink-matching-paren off''' ''# prevent blinking parenthesis matching''
''
Anonymous user

Navigation menu