home *** CD-ROM | disk | FTP | other *** search
- %SETSTR Regard numeric values as character string.
- % X = SETSTR(X) can be used on vectors that contain integers
- % between 0 and 255 representing the ASCII code for text. It
- % returns a vector that is displayed as text and not as
- % integers in the usual way.
- %
- % See also ABS, ISSTR, STRINGS.
-
- % Copyright (c) 1984-93 by The MathWorks, Inc.
- % Built-in function.
-