Home > freetb4matlab > path > savepath.m

savepath

PURPOSE ^

% Save the portion of the current function search path, that is

SYNOPSIS ^

function varargout = savepath (savefile)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} savepath (@var{file})
% Save the portion of the current function search path, that is
% not set during Octave's initialization process, to @var{file}.
% If @var{file} is omitted, @file{~/.octaverc} is used.  If successful,
% @code{savepath} returns 0.
% @seealso{path, addpath, rmpath, genpath, pathdef, 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