This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).
function bp = amtbasepath;
%AMTBASEPATH The base path of the AMT installation
% Usage: bp = amtbasepath;
%
% `amtbasepath` returns the top level directory in which the AMT
% files are installed.
%
% See also: amtstart
f=mfilename('fullpath');
bp = f(1:end-11);