Issue on Reading .txt file from Automatic Test Equipment (ATE)

2 ビュー (過去 30 日間)
Inso
Inso 2020 年 5 月 16 日
Hi,
I'm trying to read some ATE .txt file to do some Analysis using appdesigner. The data looks like this (attached):
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 :
which is apparently unanalyzable and frustrating.
Any solution or any idea about this will be appreciated!

回答 (0 件)

カテゴリ

Help Center および File ExchangeText Data Preparation についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by