HOME > テクニカルサポート > 製品 一覧 > SigmaPlot > ユーザーガイド > トランスフォーム関数一覧
ヒューリンクステクニカルサポート
皆様からのご質問のうち、よくある質問を掲載しました。
更新日: 14/05/08

nth

関数 nth は、与えられた範囲から指示したスカラー値ごとにデータを抜き出します。結果は常に指定した配列の最初の要素から始まります。

 

構文

nth(range, increment)

引数 range には 1つの範囲 ({} で指定) 、もしくは、ワークシートの1列を指定します。引数 increment は、正の整数でなければなりません。

 

nth

The nth function returns a sampling of a provided range, with the frequency indicated by a scalar number. The result always begins with the first entry in the specified range.

Syntax

nth(range,increment)

The range argument is either a specified range (indicated with the {} brackets) or a worksheet column. The increment argument must be a positive integer.

Example

The operation col(1)=nth({1,2,3,4,5,6,7,8,9,10},3) places the range {1,4,7,10} in column 1. Every third value of the range is returned, beginning with 1.

 

 

前のページにもどる