<< contains | String type | convertStringsToChars >> |
S = convertCharsToStrings(C) |
[B1, B2, ..., BN] = convertCharsToStrings(A1, A2, ..., AN) |
if C is a char array, output S will be converted to an string array.
variables to convert to string array if it is a char array.
a string array or unaltered variable
variables converted to string array if it is a char array or cell of char array.
convertCharsToStrings converts chars arrays to string arrays.
[A, B, C, D] = convertCharsToStrings("one", 2, 'three', {'four' ; 'NaN' ;'five'})
R = convertCharsToStrings(['Nelson' ; ' is '; ' good'])
convertStringsToChars, cellstr, string, char.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET