Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - Português


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.

Exemplos

deff('z=f(x,y)','z=x^4-y^4')
x=-3:0.2:3 ;y=x ;
clf() ;fplot3d(x,y,f,alpha=5,theta=31)

Ver Também

  • plot3d — esboço 3d de uma superfície
Report an issue
<< eval3dp 3d_plot fplot3d1 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon May 22 12:42:14 CEST 2023