Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
fplot3d
esboço 3d de uma superfície definida por uma função
Seqüência de Chamamento
fplot3d(xr,yr,f,[theta,alpha,leg,flag,ebox]) fplot3d(xr,yr,f,<opt_args>)
Parâmetros
- xr
vetor linha de tamanho n1.
- yr
vetor linha de tamanho n2.
- f
external do tipo z=f(x,y).
- theta,alpha,leg,flag,ebox
ver
plot3d
.- <opt_args>
ver
plot3d
.
Descrição
fplot3d
esboça uma superfície definida pela
função externa f
no grid definido por
xr
e yr
.
Entre com o comando fplot3d()
para ver uma
demonstração.
Ver Também
- plot3d — esboço 3d de uma superfície
Report an issue | ||
<< fcontour | 3d_plot | fplot3d1 >> |