gusucode.com > elmat工具箱matlab源码程序 > elmat/realmax.m

    %REALMAX Largest finite floating point number.
%   REALMAX returns the largest finite floating point number in IEEE double
%   precision.
%
%   REALMAX('double') is the same as REALMAX.
%
%   REALMAX('single') returns the largest finite floating point number in
%   IEEE single precision.
%
%   See also EPS, REALMIN, INTMAX.

%   Copyright 1984-2012 The MathWorks, Inc. 
%   Built-in function.