How to import a data from origin into matlab?

조회 수: 16 (최근 30일)
aneps
aneps 2017년 9월 5일
댓글: Walter Roberson 2020년 8월 19일
I am saving the data of my experiments in origin files. Each origin files has several Books and several sheets. For example, if I want to import (or read) a data from origin file named Data.opj, Book2,sheet5. How can I do this? The data are in general a huge data. So, I think read (like fread or similar) is better than import(like importdata) in matlab right?
  댓글 수: 6
DR RAJVEER SINGH
DR RAJVEER SINGH 2020년 8월 17일
I have origin files and i want to import them to matlab. I was using windows operating system and now i am using mac os. The origin software is not available for mac os. How to import these origin files withut installing origin on mac os.
Walter Roberson
Walter Roberson 2020년 8월 19일
https://sourceforge.net/projects/liborigin/ liborigin is a library that could be build and called from MATLAB . Or you could build it and use the opj2dat executable they provide in order to convert from opj to individual .dat files.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 ActiveX에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by