Scilab Function

eval3d - values of a function on a grid

Calling Sequence

[z]=eval3d(fun,x,[y])

Parameters

Description

This function returns a matrix z(n1,n2). z(i,j)=fun(x(i),y(j)). If the function fun doesn't accept arguments of type vector use the primitive feval.

Examples

See Also

Author