Scilab 5.3.1
- Aide Scilab
- Bibliothèque graphique
- 2d_plot
- contour2di
- contourf
- errbar
- fec
- fgrayplot
- histplot
- paramfplot2d
- LineSpec
- Matplot
- Matplot1
- Matplot_properties
- Sfgrayplot
- Sgrayplot
- champ
- champ1
- champ_properties
- contour2d
- fchamp
- fcontour2d
- fec_properties
- fplot2d
- grayplot
- grayplot_properties
- graypolarplot
- oldplot
- plot
- plot2d
- plot2d1
- plot2d2
- plot2d3
- plot2d4
- plot2d_old_version
- polarplot
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
fplot2d
2D plot of a curve defined by a function
Calling Sequence
fplot2d(xr,f,[style,strf,leg,rect,nax]) fplot2d(xr,f,<opt_args>)
Arguments
- xr
vector.
- f
external of type
y=f(x)
i.e. a scilab function or a dynamically linked routine referred to as a string.- style,strf,leg,rect,nax
see
plot2d
- <opt_args>
see
plot2d
Description
fplot2d
plots a curve defined by the external function
f
. The curve is approximated by a piecewise linear
interpolation using the points (xr(i),f(xr(i))
. The values of
f(x) are obtained by feval(xr,f)
.
Enter the command fplot2d()
to see a demo.
Examples
See Also
- plot2d — 2D plot
- feval — évaluation multiple d'une fonction
- paramfplot2d — animation dans le plan d'une courbe définie par une fonction
Authors
J.Ph.C.
Comments
Add a comment:
Please login to comment this page.