Scilab 5.3.3
- Scilab help
- Graphics
- 2d_plot
- LineSpec
- Matplot
- Matplot1
- Matplot_properties
- Sfgrayplot
- Sgrayplot
- champ
- champ1
- champ_properties
- comet
- contour2d
- contour2di
- contourf
- errbar
- fchamp
- fcontour2d
- fec
- fec_properties
- fgrayplot
- fplot2d
- grayplot
- grayplot_properties
- graypolarplot
- histplot
- oldplot
- paramfplot2d
- plot
- plot2d
- plot2d1
- plot2d2
- plot2d3
- plot2d4
- plot2d_old_version
- polarplot
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
fcontour2d
level curves of a surface defined by a function on a 2D plot
Calling Sequence
fcontour2d(xr,yr,f,nz,[style,strf,leg,rect,nax]) fcontour2d(xr,yr,f,nz,<opt_args>)
Description
This function is obsolete. It is now included in the contour2d function.
Authors
J.Ph.C.
<< fchamp | 2d_plot | fec >> |