importOrigin

버전 1.5.0.0 (12.3 KB) 작성자: Soren Preus
Import (x,y)-data from Origin project (OriginLab Corp.) directly into MATLAB.
다운로드 수: 1.7K
업데이트 날짜: 2014/7/25

라이선스 보기

This function can be used to import paired columns of (x,y)-data from an Origin project file (OriginLab Corp.) directly into MATLAB.
importOrigin, by itself, opens a file selection dialog for specifying the Origin project file to be imported. The function identifies x-y pairs of column data in the specified Origin project and opens a modal data selection dialog for selecting a subset of data sets to import. If no output arguments are specified the imported data will be created as new variables in the MATLAB workspace.

DATA = importOrigin(...); returns the imported data in a structure DATA.

importOrigin uses MATLAB's actxserver to create an Origin COM Automation Server. This means that Origin must be installed on the target computer. More information can be found here:
http://www.fluortools.com/misc/fun-with-matlab/origin

인용 양식

Soren Preus (2024). importOrigin (https://www.mathworks.com/matlabcentral/fileexchange/43116-importorigin), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Use COM Objects in MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.5.0.0

Bug fix when running function without output arguments.

1.4.0.0

- Possible to import data into the MATLAB workspace (base).
- Implemented MATLAB's own listdlg for the data selection, instead of using inputsdlg from the File Exchange.
- New default for opening a data selection dialog.

1.3.0.0

Updated the description

1.2.0.0

Fixed importing worksheets containing NaN and empty columns.

1.1.0.0

Updated links in description.

1.0.0.0