%MEXLOAD Retrieve variables from disk
%   MEXLOAD	fname retrieves the variables from the MAT-File 'fname.mat'.
%   MEXLOAD, by itself, loads from the file names 'matlab.mat'.
%
%   MEXLOAD fname X Y Z ... loads just the specified variables.
%
%   See also MEXSAVE.

%   MEX-File function.

% Copyright 1984-1996 The MathWorks, Inc.
% All Rights Reserved.
% $Revision: 1.3.6.1 $
