Path: Common/General
-------------------------------------------------------------------------- Converts a number into a string using latex notation. Type LatexScientificNotation for a demo. Since version 10. -------------------------------------------------------------------------- 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