Scilab 5.3.3
- Ajuda Scilab
- Cadeias de Caracteres (Strings)
- ascii
- blanks
- code2str
- convstr
- emptystr
- eval
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- regexp
- sci2exp
- str2code
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- string
- strings
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
- tree2code
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
str2code
retorna códigos scilab inteiros associados aos caracteres do string
Seqüência de Chamamento
c=str2code(str)
Parâmetros
- str
um string
- c
um vetor de códigos de caracteres inteiros
Descrição
Retorna c tal que c(i) é o código scilab inteiro de part(str,i))
Exemplos
str2code('Scilab')' code2str([-28 12 18 21 10 11])
<< sci2exp | Cadeias de Caracteres (Strings) | strcat >> |