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
nf3d
Rectangular facets to plot3d parameters
Calling Sequence
[xx,yy,zz]=nf3d(x,y,z)
Arguments
- x,y,x,xx,yy,zz
6 real matrices
Description
Utility function. Used for transforming rectangular facets coded in three matrices x,y,z to scilab code for facets accepted by plot3d.
Examples
Report an issue | ||
<< hist3d | 3d_plot | param3d >> |