Scilab 6.0.1
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
3D plot of a surface defined by a function
Syntax
fplot3d(xr,yr,f,[theta,alpha,leg,flag,ebox]) fplot3d(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
plot3d
.- <opt_args>
see
plot3d
.
Description
fplot3d
plots a surface defined by the external function
f
on the grid defined by xr
and
yr
.
Enter the command fplot3d()
to see a demo.
See also
- plot3d — 3D plot of a surface
Report an issue | ||
<< fac3d | 3d_plot | fplot3d1 >> |