필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Find data from a low level text file

조회 수: 2 (최근 30일)
Tuhin
Tuhin 2016년 9월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi there, I need to analyze data obtained from a machine. A sample I have added here. It starts recording data after the string 'StartOfData'. I tried using 'importdata', but it does not work. How can I load this data in matlab? Please help me with the problem. Thank you in advance.
  댓글 수: 1
per isakson
per isakson 2016년 9월 10일
It's easier to help if you upload a small data file to use for testing.
Does the files contain more than one block of header and data?

답변 (2개)

George
George 2016년 9월 10일
If it's always the same number of header lines you can use the HeaderLinesIn option of importdata.

Tuhin
Tuhin 2016년 9월 10일
I tried the following code:
I got,

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by