Scilab 5.5.1
- Ajuda do Scilab
- Cadeias de Caracteres (Strings)
- ascii
- 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
- asciimat
Please note that the recommended version of Scilab is 2024.1.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 >> |