Scilab 5.5.0
- Aide de Scilab
- Chaînes de caractères
- asciimat
- eval
- evstr
- isnum
- string
- ascii
- blanks
- char
- convstr
- emptystr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- justify
- length
- part
- regexp
- sci2exp
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- 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
évaluation d'une matrice de chaînes de caractères
Séquence d'appel
[H]= eval(Z)
Description
renvoie le résultat de l'évaluation d'une matrice de chaînes de
caractères Z
.
Exemples
a=1; b=2; Z=['a','sin(b)']; eval(Z) // renvoie la matrice [1,0.909];
Comments
Add a comment:
Please login to comment this page.