Scilab Reference Manual |
---|
strings — Scilab Object, character strings
Strings are defined as 'string' (between quotes) or "string" (between doublequotes); matrices of strings are defined as usual constant matrices.
Concatenation of two strings is made by a + : string1+string2.
['this','is'; 'a 2x2','matrix'] "matrix"=="mat"+"rix"
<< strindex | string >> |