| www.delorie.com/gnu/docs/octave/octave_62.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Here is a summary of all of Octave's built-in variables along with
cross references to additional information and their default values. In
the following table octave-home stands for the root directory
where all of Octave is installed (the default is `/usr/local',
version stands for the Octave version number (for example,
2.0.13) and arch stands for the type of system for which
Octave was compiled (for example, i586-pc-linux-gnu).
DEFAULT_LOADPATH
Default value: ".:octave-home/lib/version".
EDITOR
Default value: "emacs".
EXEC_PATH
Default value: ":$PATH".
INFO_FILE
Default value: "octave-home/info/octave.info".
INFO_PROGRAM
Default value: "octave-home/libexec/octave/version/exec/arch/info".
LOADPATH
Default value: ":", which tells Octave to use the directories
specified by the built-in variable DEFAULT_LOADPATH.
OCTAVE_HOME
Default value: "/usr/local".
PAGER
Default value: "less", or "more".
PS1
Default value: "\s:\#> ".
PS2
Default value: "> ".
PS4
Default value: "+ ".
auto_unload_dot_oct_files
Default value: 0.
automatic_replot
Default value: 0.
beep_on_error
Default value: 0.
completion_append_char
Default value: " ".
default_eval_print_flag
Default value: 1.
default_return_value
Default value: [].
default_save_format
Default value: "ascii".
do_fortran_indexing
Default value: 0.
crash_dumps_octave_core
Default value: 1.
define_all_return_values
Default value: 0.
empty_list_elements_ok
Default value: "warn".
fixed_point_format
Default value: 0.
gnuplot_binary
Default value: "gnuplot".
history_file
Default value: "~/.octave_hist".
history_size
Default value: 1024.
ignore_function_time_stamp
Default value: "system".
implicit_num_to_str_ok
Default value: 0.
implicit_str_to_num_ok
Default value: 0.
max_recursion_depth
Default value: 256.
ok_to_lose_imaginary_part
Default value: "warn".
output_max_field_width
Default value: 10.
output_precision
Default value: 5.
page_screen_output
Default value: 1.
prefer_column_vectors
Default value: 1.
print_answer_id_name
Default value: 1.
print_empty_dimensions
Default value: 1.
resize_on_range_error
Default value: 1.
return_last_computed_value
Default value: 0.
save_precision
Default value: 17.
saving_history
Default value: 1.
silent_functions
Default value: 0.
split_long_rows
Default value: 1.
struct_levels_to_print
Default value: 2.
suppress_verbose_help_message
Default value: 1.
treat_neg_dim_as_zero
Default value: 0.
warn_assign_as_truth_value
if Statement.
Default value: 1.
warn_comma_in_global_decl
Default value: 1.
warn_divide_by_zero
Default value: 1.
warn_function_name_clash
Default value: 1.
warn_reload_forces_clear
Default value: 1.
warn_variable_switch_label
switch Statement.
Default value: 0.
whitespace_in_literal_matrix
Default value: "".
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |