Scilab Function

feval - multiple evaluation

Calling Sequence

[z]=feval(x,y,f)
[z]=feval(x,f)

Parameters

Description

Multiple evaluation of a function for one or two arguments of vector type :

  • z=feval(x,f) returns the vector z defined by
  • z=feval(x,y,f) returns the matrix
  • f is an external (function or routine) accepting on one or two arguments which are supposed to be real. The result returned by f can be real or complex. In case of a Fortran call, the function 'f' must be defined in the subroutine ffeval.f (in directory SCIDIR/routines/default)

    Examples

    See Also