Browsing Basque translation

629 of 646 results
629.
@FUNCTION=interpolation
@SYNTAX=interpolation(abscissas,ordinates,targets[,interpolation])
@DESCRIPTION=
interpolation returns interpolated values corresponding
to the given abscissa targets as a one column matrix.

@abscissas are the absicssas of the data to interpolate.
@ordinates are the ordinates of the data to interpolate.
* Strings and empty cells in @abscissas and @ordinates are simply ignored.
@targets are the abscissas of the interpolated data. If several data
are provided, they must be in the same column, in consecutive cells
@interpolation is the method to be used for the interpolation;
possible values are:
- 0: linear;
- 1: linear with averaging;
- 2: staircase;
- 3: staircase with averaging;
- 4: natural cubic spline;
- 5: natural cubic spline with averaging.

If an averaging method is used, the number of returned values
is one less than the number of targets since the evaluation is made by
averaging the interpolation over the interval between two consecutive data;
in that case, the targets values must be given in increasing order.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
629 of 646 results

This translation is managed by Ubuntu Basque Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.