Scilab 6.0.2
      
      - Ajuda do Scilab
- Cadeias de Caracteres (Strings)
- ascii
- asciimat
- blanks
- char
- convstr
- emptystr
- eval
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- prettyprint
- regexp
- sci2exp
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- string
- strings
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
strings
objeto Scilab, strings (cadeias de caracteres)
Descrição
Strings são definidos como 'string' (entre aspas
            simples) ou "string" (entre aspas duplas); matrizes de
            strings são definidascomo matrizes constantes, como de uso.
A concatenação de dois strings é feita por -+ :
            string1+string2.
Exemplos
['esta','é'; 'uma matriz','2x2'] "matrix"=="mat"+"rix"
| Report an issue | ||
| << string | Cadeias de Caracteres (Strings) | stripblanks >> |