30+
years serving the scientific and engineering community
ログイン
ビデオを見る
試す
買う
English
日本語
Deutsch
Toggle navigation
製品
製品
Origin
OriginPro
無料Originビューアー
全製品
OriginとOriginProの比較
最新バージョンの新機能
製品資料
ショーケース
アプリケーション
ケーススタディ
グラフギャラリー
アニメーション・ギャラリー
3D関数ギャラリー
Originの機能
2D&3D グラフ作成
ピーク分析
曲線フィット
統計処理
信号処理
各バージョンの主要機能
ライセンス形態
ライセンスファイル(ノードロック固定シート)
FLEXnetネットワークライセンス(同時起動)
ハードウェアキー
アカデミック
学生版
一般企業/個人
政府機関
OriginLabが選択される訳
Originのユーザー
Originに対するユーザ評
レビュー記事
オンライン・ストア
見積もり/発注
世界のOrigin販売店
アプリ
Data Import
CSV Connector
Excel Connector
MATLAB Connector
XML Connector
LeCroy Connector
Agilent MS
Tektronix WFM
Google Map
N42 Connector
More...
Graphing
Graph Maker
Paired Comparison Plot
Manhattan Plot
Forest Plot
Piper Diagram
Voronoi Diagram
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Rank Models
Fit ODE
Neural Network Fitting
Fit Convolution
Polynomial Surface fit
Enzyme Kinetics
Drug Dissolution Analysis
More...
Peak Analysis
Simple Spectroscopy
Peak Deconvolution
Pulse Integration
Align Peaks
Global Peak Fit
PCA for Spectroscopy
2D Peak Analysis
Gel Molecular Weight Analyzer
More...
Statistics
Stats Advisor
PCA
DOE
Chi-Square Test
Weibull Fit
Structural Equation Modeling
Surface Roughness Parameters
More...
How do Apps work in Origin?
Suggest a New App
ご購入
新規発注
メンテナンス契約の更新
Originバージョンのアップグレード
お問合せ(米国・カナダのみ)
世界のOrigin販売店
ライセンスの種類
ライセンスファイル(ノードロック固定シート)
FLEXnetネットワークライセンス(同時起動)
ハードウェアキー
アカデミック
学生版
一般企業/個人
政府機関
Originのユーザー
購入に関するよくある質問
サポート
サービス
OriginのインストールPCを変更
Originのライセンス/登録
コンサルテーション
Originトレーニング
技術サポート
技術サポートのよくある質問
ヘルプ・センター
サポートについてのお問合せ
サポート・ポリシー
ダウンロード
サービスリリース・パッチプログラム
無料Originビューアー
Orglabモジュール
製品資料
Origin評価版
全てのダウンロード
ビデオ
インストールとライセンス処理
Origin入門
全てのビデオチュートリアル
ドキュメンテーション
ユーザーガイド
チュートリアル
Python プログラミング
OriginC プログラミング
LabTalk プログラミング
全てのドキュメント
Originコミュニティ
ユーザフォーラム
ファイル交換の場
Facebook
LinkedIn
YouTube
会社情報
弊社概要
ニュース&イベント
キャリア
世界のOrigin販売店
お問合せ
ログイン
All Books
Non-Programming Books
User Guide
Tutorials
Quick Help
Origin Help
Programming Books
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
Lookup and Reference
Lookup-Reference-Functions
Reference
Name
Brief
Example
Cell(r, c)
Gets or sets values in the active worksheet or matrix. Indicate the row number and column number in parentheses.
Example
Col(c)
Refers to the dataset in a worksheet column, to a cell in the column, or to the column headers.
Example
Wcol(x)
Can be used either on the left side or on the right side of an assignment.
Example
Lookup and Dataset Information
Name
Brief
Example
Category(dataset)
Returns a list of categories in a categorical column.
Example
Catindex(dataset)
Returns the category index for each element of a categorical column.
Example
Catrows(dataset)
Returns a pipe-separated list of all row indices by category for a categorical column.
Example
Cattext(n,dataset)
the
n
th category value of a categorical column.
Example
colnum
Returns the column position number of the column specified by colName.
Example
Errof(dataset)
Returns the dataset (error column) containing the error values of
dataset
.
Example
Findmasks(dataset)
Returns a dataset that contains the indexes of the masked data points.
Example
Firstpoint(dataset)
Return the first value of dataset.
Example
hasx(dataset)
Returns 1 if
dataset
is plotted against an X dataset in the active layer. If not, this function returns 0.
Example
Index
Returns the index of x in a strictly monotonic dataset.
Example
IsMasked(index, dataset)
Returns the number of masked points in
dataset
if
index
= 0.
Example
Lastpoint(dataset)
Return the last value of dataset.
Example
List(value, dataset)
Returns the index number in
dataset
where
value
first occurs.
Example
lookup(str$, vs, vref[, option, Case]), lookup(str$, vs, vref[, option, Case])$
Finds a string pattern
str
within a vector
vs
and returns a value with the same index in another vector
vref
.
Example
NameOf
Get the actual internal dataset name from a range string.
Plotdata(index, designation, rowNum, colNum)
Return the designated dataset of the index number plot at (rowNum, colNum) panel of the active layer
Example
Table(vd, vref, d[.option])
Table(vd, vref$, d[.option])
Searches a numeric value d in dataset vd and returns the value in vref whose index number is the same as d in vd.
Example
Unique(vs[, Sort, Occurrence)
Returns a vector of the unique values in
vs
.
Example
Xindex(x, dataset)
Returns the index number of the cell in the X dataset associated with
dataset
, where the cell value is closest to x.
Example
Xof(dataset)
Returns the X values of a named dataset or range.
Example
Xvalue(i, dataset)
Returns the corresponding X value for
dataset
at row number
i
in the active worksheet.
Example
Skip Navigation Links
All Books
LabTalk Programming
Language Reference
Function Reference
Lookup and Reference
User Guide
Tutorials
Quick Help
Origin Help
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
Programming
Note For Upgrade Users
LabTalk Scripting Guide
Language Reference
Script Examples
Tutorials
System Variables
System Variable List
Command Reference
LabTalk-Supported Origin C Functions
Function Reference
Macro Reference
Object Reference
Others(LabTalk)
Reference Tables
Math and Trigonometry
Statistics
Distribution
Signal Processing
Data Generation
Data Manipulation
Text
Lookup and Reference
Date and Time
Logical
Engineering
Miscellaneous
Financial
Alphabetical Listing of Functions
Category
Catindex
Catrows
Cattext
Cell
Col
Colnum
Errof
FindMasks
Firstpoint
Hasx
Idx
IsMasked
Lookup
Lastpoint
List
NameOf
Plotdata
ReportCell
Table
Unique
WCol
Xindex
Xindex1
Xof
Xvalue
English
|
Deutsch
|
日本語
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat