Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - Japanese -
Scilab help >> Strings > eval

eval

evaluation of a matrix of strings

Calling Sequence

[H]= eval(Z)

Description

returns the evaluation of the matrix of character strings Z.

Examples

a=1; b=2; Z=['a','sin(b)'] ; eval(Z)  //returns the matrix [1,0.909];

See Also

  • evstr — evaluation of expressions
  • execstr — execute Scilab code in strings

Comments


Add a comment:
Please login to comment this page.

<< emptystr Strings evstr >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:10:01 CEST 2011