home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / STRFUN.DI$ / SETSTR.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  374 b   |  11 lines

  1. %SETSTR    Regard numeric values as character string.
  2. %    X = SETSTR(X) can be used on vectors that contain integers
  3. %     between 0 and 255 representing the ASCII code for text. It
  4. %     returns a vector that is displayed as text and not as
  5. %     integers in the usual way.
  6. %
  7. %    See also ABS, ISSTR, STRINGS.
  8.  
  9. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  10. %    Built-in function.
  11.