Scilab 5.4.0
- Ajuda 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
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
However, this page did not exist in the previous stable version.
eval
avaliação de uma matriz de strings
Seqüência de Chamamento
[H]= eval(Z)
Descrição
Retorna a avaliação da matriz de strings
Z
.
Exemplos
a=1; b=2; Z=['a','sin(b)'] ; eval(Z) //retorna a matriz [1,0.909];
Comments
Add a comment:
Please login to comment this page.