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販売店
お問合せ
ログイン
Origin C Reference
>
Struct
>
Mathematics
>
Interpolation
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
Interpolation
Interpolation-GlobalFunction
Functions
Name
Brief
Example
Data_table
Table lookup with interpolation.
Examples
ocmath_1d_spline_deriv
Evaluates a cubic spline and its first three derivatives from its B-spline representation.
Examples
ocmath_1d_spline_evaluate
Evaluates a cubic spline from its B-spline representation.
Examples
ocmath_1d_spline_fit
Computes a cubic spline approximation to an arbitrary set of data points. Least-squares cubic spline curve fit, automatic knot placement, one variable.
Examples
ocmath_2d_interpolate
This function interpolates or extrpolates an input matrix to find Z values at given X and Y coordinates.
Examples
ocmath_2d_spline_eval
Calculates values of a bicubic spline from its B-spline representation.
Examples
ocmath_2d_spline_grid
This function computes a bicubic spline approximation to a set of data values, given on an equi-spaced rectangular grid in the x-y plane. The smoothness of fit can be controlled.
Examples
ocmath_2d_spline_interpolant
Computes a bicubic spline interpolating surface through a set of data values, given on a rectangular grid in the x-y plane.
Examples
ocmath_3d_interpolate
Interpolation. Three modes are available: Linear, Spline, B-Spline cf. Dierckx P: an algorithm for smoothing, differentiation and integration of experimental data using spline functions, J.Comp.Appl.Maths 1 (1975) 165-184.
Examples
ocmath_free
Free memory allocated by ocmath functions(calling NAG_FREE).
Examples
ocmath_free_2dSpline_struct
Free all pointer type elements of struct ocmath_2dSpline by ocmath functions(calling NAG_FREE).
Examples
ocmath_free_comm_struct
Free all pointer type elements of struct ocmath_Comm by ocmath functions(calling NAG_FREE).
Examples
ocmath_free_spline_struct
Free Free all pointer type elements of struct ocmath_Spline by ocmath functions(calling NAG_FREE).
Examples
ocmath_image_lines_profile
Computes the intensity along a straight line or a polyline in an image.
Examples
ocmath_interpolate
Do interpolation with mode of Linear, Spline or B-Spline.
Examples
ocmath_parametric_interpolate_eval
Get interpolated data using parametric interpolation. For every dimension of pData call the function ocmath_interpolate to interpolate.
Examples
ocmath_parametric_interpolate_range
Compute parameter data of parametric interpolate cf. E.T.Y. Lee, Choosing nodes in parametric curve interpolation, Computer-Aided Design 21 (1989), 363-370.
Examples
Skip Navigation Links
All Books
Origin C
Origin C Reference
Global Functions
Mathematics
Interpolation
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
Origin C Programming Guide
Origin C Reference
Examples
Origin Developer Kit
Build Dialogs using HTML and JavaScript
Global Functions
Classes
Macros
Typedef
Struct
Enum
Basic IO
Character and String Manipulation
COM
Communications
Curve
Data Conversion
Data Range
Date Time
File IO
File Management
Fitting
Image Processing
Import Export
Internal Origin Objects
LabTalk Interface
Math Functions
Mathematics
Matrix Conversion and Gridding
Memory Management
NAG Functions
Network
Signal Processing
Spectroscopy
Statistics
System
Tree
User Interface
Geometry
Curve
Differentiation
Integration
Interpolation
Linear System
Matrix Analysis
Vector Analysis
Data_table
ocmath_1d_spline_deriv
ocmath_1d_spline_evaluate
ocmath_1d_spline_fit
ocmath_2d_interpolate
ocmath_2d_spline_eval
ocmath_2d_spline_grid
ocmath_2d_spline_interpolant
ocmath_3d_interpolate
ocmath_free
ocmath_free_2dSpline_struct
ocmath_free_comm_struct
ocmath_free_spline_struct
ocmath_image_lines_profile
ocmath_interpolate
ocmath_parametric_interpolate_eval
ocmath_parametric_interpolate_range
English
|
Deutsch
|
日本語
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat