comparison libinterp/corefcn/strfns.cc @ 20228:88efded31037

maint: Periodic merge of stable to default.
author John W. Eaton <jwe@octave.org>
date Thu, 14 May 2015 14:52:09 -0400
parents 5212cda4ac0e aa36fb998a4d
children a9574e3c6e9e
comparison
equal deleted inserted replaced
20226:64f817945783 20228:88efded31037
48 @deftypefnx {Built-in Function} {} char (@var{cell_array})\n\ 48 @deftypefnx {Built-in Function} {} char (@var{cell_array})\n\
49 Create a string array from one or more numeric matrices, character\n\ 49 Create a string array from one or more numeric matrices, character\n\
50 matrices, or cell arrays.\n\ 50 matrices, or cell arrays.\n\
51 \n\ 51 \n\
52 Arguments are concatenated vertically. The returned values are padded with\n\ 52 Arguments are concatenated vertically. The returned values are padded with\n\
53 blanks as needed to make each row of the string array have the same length. \n\ 53 blanks as needed to make each row of the string array have the same length.\n\
54 Empty input strings are significant and will concatenated in the output.\n\ 54 Empty input strings are significant and will concatenated in the output.\n\
55 \n\ 55 \n\
56 For numerical input, each element is converted to the corresponding ASCII\n\ 56 For numerical input, each element is converted to the corresponding ASCII\n\
57 character. A range error results if an input is outside the ASCII range\n\ 57 character. A range error results if an input is outside the ASCII range\n\
58 (0-255).\n\ 58 (0-255).\n\
179 @deftypefnx {Built-in Function} {} strvcat (@var{cell_array})\n\ 179 @deftypefnx {Built-in Function} {} strvcat (@var{cell_array})\n\
180 Create a character array from one or more numeric matrices, character\n\ 180 Create a character array from one or more numeric matrices, character\n\
181 matrices, or cell arrays.\n\ 181 matrices, or cell arrays.\n\
182 \n\ 182 \n\
183 Arguments are concatenated vertically. The returned values are padded with\n\ 183 Arguments are concatenated vertically. The returned values are padded with\n\
184 blanks as needed to make each row of the string array have the same length. \n\ 184 blanks as needed to make each row of the string array have the same length.\n\
185 Unlike @code{char}, empty strings are removed and will not appear in the\n\ 185 Unlike @code{char}, empty strings are removed and will not appear in the\n\
186 output.\n\ 186 output.\n\
187 \n\ 187 \n\
188 For numerical input, each element is converted to the corresponding ASCII\n\ 188 For numerical input, each element is converted to the corresponding ASCII\n\
189 character. A range error results if an input is outside the ASCII range\n\ 189 character. A range error results if an input is outside the ASCII range\n\