3D plot of a surface defined by a function
fplot3d(xr,yr,f,[theta,alpha,leg,flag,ebox]) fplot3d(xr,yr,f,<opt_args>) h = fplot3d(...)
row vector of size n1.
row vector of size n2.
external of type z=f(x,y).
see plot3d.
see plot3d.
This optional output contains a handle to a Plot3d. Use h to modify its properties.
For a list of properties, see surface_properties.
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.
| Version | Description |
| 2025.0.0 | Function returns the created handle(s). |