Browsing Turkish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Turkish guidelines.
671677 of 677 results
970.
@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.
@EXAMPLES=

@SEEALSO=PERIODOGRAM
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)
971.
@FUNCTION=PERIODOGRAM
@SYNTAX=PERIODOGRAM(ordinates,[filter,[abscissas,[interpolation,[number]]]])
@DESCRIPTION=
periodogram returns the periodogram of the data
as a one column matrix.

@ordinates are the ordinates of the data to interpolate.
@filter gives the window function to be used. Possible values are:
- 0: no filter (rectangular window);
- 1: Bartlett (triangular window);
- 2: Hahn (cosine window);
- 3: Welch (parabolic window);
@abscissas are the absicssas of the data to interpolate. If no
abscissa is given, it is supposed that the data absicssas are regularly
spaced. Otherwise, an interpolation method will be used to evaluate
regularly spaced data.
* Strings and empty cells in @abscissas and @ordinates are simply ignored.
@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.
@number is the number of interpolated data to be used. If not given,
a default number is automatically evaluated.
@EXAMPLES=

@SEEALSO=INTERPOLATION
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)
973.
@FUNCTION=READDBTABLE
@SYNTAX=READDBTABLE(dsn,username,password,table)
@DESCRIPTION=The READDBTABLE function lets you get the contents of a table, as stored in a database. For using it, you need first to set up a libgda data source.
Note that this function returns all the rows in the given table. If you want to get data from more than one table or want a more precise selection (conditions), use the EXECSQL function.
@EXAMPLES=
To get all the data from the table "Customers" present in the "mydatasource" GDA data source, you would use:
READDBTABLE("mydatasource","username","password","customers")
@SEEALSO=EXECSQL
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
979.
@FUNCTION=ISPRIME
@SYNTAX=ISPRIME(i)
@DESCRIPTION=ISPRIME function returns TRUE if @i is prime and FALSE otherwise.

@EXAMPLES=
@SEEALSO=ITHPRIME, NT_D, NT_SIGMA
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
980.
@FUNCTION=PFACTOR
@SYNTAX=PFACTOR(n)
@DESCRIPTION=PFACTOR function returns the smallest prime factor of its argument.

The argument must be at least 2, or else a #VALUE! error is returned.

@EXAMPLES=
@SEEALSO=ITHPRIME
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
981.
@FUNCTION=NT_PI
@SYNTAX=NT_PI(n)
@DESCRIPTION=NT_PI function returns the number of primes less than or equal to @n.

@EXAMPLES=
@SEEALSO=ITHPRIME, NT_PHI, NT_D, NT_SIGMA
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
987.
@FUNCTION=atl_last
@SYNTAX=ATL_LAST (tag)
@DESCRIPTION=ATL_LAST is a sample implementation of a real time data source. It takes a string tag and monitors the named pipe /tmp/atl for changes to the value of that tag.

* This is not intended to be generally enabled and is OFF by default.

@EXAMPLES=
ATL_LAST("IBM")
@SEEALSO=
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in ../plugins/sample_datasource/sample_datasource.c:272
671677 of 677 results

This translation is managed by Ubuntu'yu Türkçe'ye Çevirenler Takımı, assigned by Ubuntu Translators.

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

Contributors to this translation: Angel Spy, Nilgün Belma Bugüner.