Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
eval3d
valores de uma função em um grid
Seqüência de Chamamento
[z]=eval3d(fun,x,[y])
Parâmetros
- fun
função que aceita vetores como argumentos
- x,y
2 vetores de tamanhos (1,n1) e (1,n2). (valor padrão para
y
:y=x
).- z
matriz de tamanho (n1,n2).
Descrição
Esta função retorna uma matriz z(n1,n2)
.
z(i,j)=fun(x(i),y(j))
. Se a função
fun
não aceitar argumentos do tipo vetor, use a
primitiva feval
.
Exemplos
Ver Também
- feval — múltipla avaliação
Report an issue | ||
<< contour | 3d_plot | eval3dp >> |