Home > freetb4matlab > path > pathdef.m

pathdef

PURPOSE ^

% Return the default path for Octave.

SYNOPSIS ^

function val = pathdef

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{val} =} pathdef 
% Return the default path for Octave.
% The path information is extracted from one of three sources.
% In order of preference, those are;
%
% @enumerate
% @item @file{~/.octaverc}
% @item @file{<octave-home>/@dots{}/<version>/m/startup/octaverc}
% @item Octave's path prior to changes by any octaverc.
% @end enumerate
% @seealso{path, addpath, rmpath, genpath, savepath, pathsep}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003