Issue on Reading .txt file from Automatic Test Equipment (ATE)
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I'm trying to read some ATE .txt file to do some Analysis using appdesigner. The data looks like this (attached):
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/293374/image.png)
I tried readtable/readvars/textscan/uiimport, with the delimiter as ' ' or '\t',such as:
Data=readvars(str, "Delimiter",' ','EmptyLineRule','read','ConsecutiveDelimitersRule','join');
But none of them work well. The most likely result is :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/293375/image.jpeg)
which is apparently unanalyzable and frustrating.
Any solution or any idea about this will be appreciated!
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Large Files and Big Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!