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

  1. %STRINGS Character strings in MATLAB.
  2. %     X = 'Any Characters' is a vector whose components are the ASCII codes
  3. %    for the characters.  The length of X is the number of characters.
  4. %    X = ABS(X) sets the vector to its decimal ASCII representation.
  5. %    X = SETSTR(X) sets it back to a string.
  6. %    A quote within the string is indicated by two quotes.
  7. %    ISSTR(X) tells if X is a string variable.
  8.  
  9. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  10.  
  11.