フィルターのクリア

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