Scilab 6.0.0
- Scilab Help
- Strings
- ascii
- asciimat
- blanks
- char
- convstr
- emptystr
- eval
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- regexp
- sci2exp
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- string
- strings
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
Scilab Help >> Strings > strings
strings
Scilab Object, character strings
Description
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
.
Examples
['this','is'; 'a 2x2','matrix'] "matrix"=="mat"+"rix"
Comments
Add a comment:
Please login to comment this page.