30+
years serving the scientific and engineering community
Log In
Buy Now
Try Origin for Free
Watch Videos
English
日本語
Deutsch
Toggle navigation
Products
PRODUCTS
Origin
OriginPro
Origin Viewer
All products
Origin vs. OriginPro
What's new in latest version
Product literature
SHOWCASE
Applications
User Case Studies
Video Tutorials
Graph Gallery
Animation Gallery
3D Function Gallery
FEATURES
2D&3D Graphing
Peak Analysis
Curve Fitting
Statistics
Signal Processing
Key features by version
LICENSING OPTIONS
Node-locked(fixed seat)
Concurrent Network (Floating)
Dongle
Academic users
Student version
Commercial users
Government users
Non-Profit users
Why choose OriginLab
Who's using Origin
What users are saying
Published product reviews
Online Store
Get a quote/Ordering
Find a distributor
Apps
Data Import
CSV Connector
Excel Connector
HTML Connector
HDF Connector
NetCDF Connector
Import NMR Data
Import PDF Tables
Google Map Import
Import Shapefile
More...
Graphing
Graph Maker
Correlation Plot
Paired Comparison Plot
Venn Diagram
Taylor Diagram
Volcano Plot
Kernel Density Plot
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to PDF
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Piecewise Fit
Fit ODE
Fit Convolution
Rank Models
Fitting Function Library
Neural Network Regression
Polynomial Surface fit
Global Fit with Multiple Functions
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
SPC
DOE
Stats Advisor
PCA
RDA
Bootstrap Sampling
Time Series Analysis
Factor Analysis
General Linear Regression
Logistic Regression
SVM Classification
More...
How do Apps work in Origin?
Suggest a New App
Purchase
New Orders
Renew Maintenance
Upgrade Origin
Contact Sales(US & Canada only)
Find a Distributor
Licensing Options
Node-locked(fixed seat)
Concurrent Network (Floating)
Dongle
Academic users
Student version
Commercial users
Government users
Non-Profit users
Why choose OriginLab
Purchasing FAQ
Support
SERVICES
Transfer Origin to new PC
License/Register Origin
Consulting
Training
Renew Maintenance
SUPPORT
Support FAQ
Help Center
Contact Support
Support Policy
DOWNLOADS
Service Releases
Origin Viewer
Orglab Module
Product Literature
Origin Trial
All downloads
VIDEOS
Installation and Licensing
Introduction to Origin
All video tutorials
DOCUMENTATION
User Guide
Tutorials
Python Programming
OriginC Programming
LabTalk Programming
All documentation
Communities
User Forum
User File Exchange
About Us
OriginLab Corp.
News & Events
Careers
Distributors
Contact Us
Contact Us
Log In
Origin C Reference
>
Struct
>
Matrix Conversion and Gridding
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
2.1.18 Matrix Conversion and Gridding
Matrix-Conversion-and-Gridding-GlobalFunction
Functions
Name
Brief
Example
ocmath_2d_kriging_grid
This function perform random matrix conversion using Kriging algorithm.
Examples
ocmath_2d_kriging_scat
This function perform 2d surface fitting using Kriging algorithm.
Examples
ocmath_convert_regular_xyz_to_matrix
This function fill a regular matrix with Zs according to the scatters' x,y values.
Examples
ocmath_convert_sparse_xyz_to_matrix
This function fill a sparse matrix with Zs according to the scatters' x,y values.
Examples
ocmath_d_polygon_reorder
This function test or reorder a polygon.
Examples
ocmath_find_xy_in_circle
find how many and which points in the circle
Examples
ocmath_find_xy_in_rect
Select given XY array to find all points inside the rectangle defined by XY min max values.
Examples
ocmath_gridding_weighted_average
Estimate the grid points from neighborhood by weighted average method
Examples
ocmath_mat_to_regular_xyz
Create XYZ mapping. The returned X, Y vectors are equi-spaced gridding with specified minimum and maximum values. It is assumed that X varies across columns and Y varies across rows.
Examples
ocmath_mesh_in_polygon
The function generates a triangular mesh of a closed polygonal region.
Examples
ocmath_modified_shepard_eval
This subroutine computes the value at given points using the modified shepard's method.
Examples
ocmath_modified_shepard_interpolant
This subroutine generates a two-dimensional surface interpolating a set of scattered data points, using a modification of Shepard's method.
Examples
ocmath_modshepard_struct_free
This function free the memory allocated by ocmath_modified_shepard_interpolant().
Examples
ocmath_renka_cline_eval
This subroutine computes the value at given points using the method of renka and cline.
Examples
ocmath_renka_cline_interpolation
This subroutine generates a two-dimensional surface interpolating a set of scattered data points, using the method of Renka and Cline.
Examples
ocmath_renka_cline_struct_free
This function free the memory allocated by ocmath_renka_cline_interpolation().
Examples
ocmath_tps_eval
This function evaluate the value of given points using thin plate spline method.
Examples
ocmath_tps_fit
This function perform 2D interpolation using thin plate spline method.
Examples
ocmath_xyz_examine_data
This function check the xyz scatters and return the proposed method for converting the XYZ to matrix.
Examples
ocmath_xyz_gridding
This function do xyz gridding based on input scatters.
Examples
ocmath_xyz_remove_duplicates
This function remove duplicated points.
Examples
ocmath_array_remove_duplicates
This function remove duplicated values of an array.
Examples
xyz_examine_data
Check the xyz scatters and return the proposed method for converting the XYZ to matrix
Examples
xyz_remove_duplicates
Remove duplicated points.
Examples
Skip Navigation Links
All Books
Origin C
Origin C Reference
Global Functions
Matrix Conversion and Gridding
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
ocmath_2d_kriging_grid
ocmath_2d_kriging_scat
ocmath_array_remove_duplicates
ocmath_convert_regular_xyz_to_matrix
ocmath_convert_sparse_xyz_to_matrix
ocmath_d_polygon_reorder
ocmath_find_xy_in_circle
ocmath_find_xy_in_rect
ocmath_gridding_weighted_average
ocmath_mat_to_regular_xyz
ocmath_mesh_in_polygon
ocmath_modified_shepard_eval
ocmath_modified_shepard_interpolant
ocmath_modshepard_struct_free
ocmath_renka_cline_eval
ocmath_renka_cline_interpolation
ocmath_renka_cline_struct_free
ocmath_tps_eval
ocmath_tps_fit
ocmath_xyz_examine_data
ocmath_xyz_gridding
ocmath_xyz_remove_duplicates
xyz_examine_data
xyz_remove_duplicates
English
|
Deutsch
|
日本語
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat