Path: Common/General
% Converts a number into a string using latex notation. Type LatexScientificNotation for a demo. See also LatexExp. -------------------------------------------------------------------------- Form: s = LatexScientificNotation( x, n, m ) -------------------------------------------------------------------------- ------ Inputs ------ x (1,1) Number n (1,1) Number of decimal digits m (1,1) Number of significant digits ------- Outputs ------- s (1,:) Latex string --------------------------------------------------------------------------
Back to the Common Module page