comparison src/strfns.cc @ 4734:f0939599fb7f

[project @ 2004-02-04 21:23:08 by jwe]
author jwe
date Wed, 04 Feb 2004 21:23:08 +0000
parents a5f23212a3d8
children 25c12c80ccc3
comparison
equal deleted inserted replaced
4733:80156474b068 4734:f0939599fb7f
46 If the argument is a numeric matrix, each element of the matrix is\n\ 46 If the argument is a numeric matrix, each element of the matrix is\n\
47 converted to the corresponding ASCII character. For example,\n\ 47 converted to the corresponding ASCII character. For example,\n\
48 \n\ 48 \n\
49 @example\n\ 49 @example\n\
50 @group\n\ 50 @group\n\
51 setstr ([97, 98, 99])\n\ 51 char ([97, 98, 99])\n\
52 @result{} \"abc\"\n\ 52 @result{} \"abc\"\n\
53 @end group\n\ 53 @end group\n\
54 @end example\n\ 54 @end example\n\
55 \n\ 55 \n\
56 If the argument is a cell array of strings, the result is a string array\n\ 56 If the argument is a cell array of strings, the result is a string array\n\