Scilab 5.3.0
- Manuel Scilab
- Chaînes de caractères
- eval
- evstr
- string
- ascii
- blanks
- code2str
- convstr
- emptystr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- regexp
- sci2exp
- str2code
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- strings
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
- tree2code
Please note that the recommended version of Scilab is 6.0.2. This page might be outdated.
However, this page did not exist in the previous stable version.
str2code
return scilab integer codes associated with a character string
Calling Sequence
c=str2code(str)
Arguments
- str
A character string.
- c
A vector of character integer codes
Description
Return c such that c(i) is the scilab integer code of part(str,i))
Examples
str2code('Scilab')' code2str([-28 12 18 21 10 11])
Comments
Add a comment:
Please login to comment this page.