character string matrix to character matrix conversion
a=mstr2sci(txt)
:txt character string or string matrix : :a character vector or matrix :
This function converts a Scilab character string to a vector of characters. Result is the Scilab equivalent for a Matlab string.
Caution: mstr2sci has not to be used for hand coded functions.