home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / ELFUN.DI$ / ABS.M next >
Encoding:
Text File  |  1993-03-07  |  521 b   |  16 lines

  1. %ABS    Absolute value and string to numeric conversion.
  2. %    ABS(X) is the absolute value of the elements of X. When
  3. %     X is complex, ABS(X) is the complex modulus (magnitude) of
  4. %     the elements of X.
  5. %
  6. %    See also ANGLE, UNWRAP.
  7. %
  8. %    ABS(S), where S is a MATLAB string variable, returns the
  9. %    numeric values of the ASCII characters in the string.
  10. %    It does not change the internal representation, only the 
  11. %    way it prints.
  12. %    See also SETSTR.
  13.  
  14. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  15. %    Built-in function.
  16.