Sie setzen müssen eine Reihe von Variablen i octacerc ausgeführt wird:
PS1 = ">> "
PS2 = ""
beep_on_error = true
confirm_recursive_rmdir = false
crash_dumps_octave_core = false
disable_diagonal_matrix = true
disable_permutation_matrix = true
disable_range = true
fixed_point_format = true
history_timestamp_format_string = "%%-- %D %I:%M %p --%%"
page_screen_output = false
print_empty_dimensions = false
save_default_options = "-mat-binary"
struct_levels_to_print = 0
warning('off', 'Octave:abbreviated-property-match')
warning('off', 'Octave:fopen-file-in-path')
warning('off', 'Octave:function-name-clash')
warning('off', 'Octave:load-file-in-path')
warning('off', 'Octave:possible-matlab-short-circuit-operator)
Das Äquivalent -traditional ist. Weitere mögliche Einstellungen, die auch mit traditionellen Einstellungen verwendet werden können, finden Sie unter https://www.gnu.org/software/octave/doc/v4.0.1/Command-Line-Options.html.
Siehe http://stackoverflow.com/questions/37739493/force-octave-to-use-command-line – beaker
Wenn Sie die GUI verwenden möchten, bearbeiten Sie einfach Ihre Verknüpfung und fügen Sie "--traditional" – Andy