Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.0 - Français

Change language to:
English - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Manuel Scilab >> Bibliothèque graphique > 3d_plot > fplot3d1

fplot3d1

3D gray or color level plot of a surface defined by a function

Calling Sequence

fplot3d1(xr,yr,f,[theta,alpha,leg,flag,ebox])
fplot3d1(xr,yr,f,<opt_args>)

Arguments

xr

row vector of size n1.

yr

row vector of size n2.

f

external of type z=f(x,y).

theta,alpha,leg,flag,ebox

see plot3d1.

<opt_args>

see plot3d.

Description

fplot3d1 plots a 3D gray or color level plot of a surface defined by the external function f on the grid defined by xr and yr.

Enter the command fplot3d1() to see a demo.

Examples

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

See Also

Authors

J.Ph.C.

<< fplot3d 3d_plot mesh >>

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:
Wed Jan 26 16:24:15 CET 2011