필터 지우기
필터 지우기

Problems with reading a .txt file in Matlab

조회 수: 2 (최근 30일)
Gianmarco Azzolin
Gianmarco Azzolin 2021년 3월 31일
답변: Jan 2021년 3월 31일
Hi guys, I'm trying opening and export data from a .txt file, but it cannot read the numbers that are inside. Indeed, if I use read matrix command, the matrix that Matlab creates is full of "NaN". How can I overcome this problem?
Thank you very much in advance!
p.s.
you find attached the .txt file

답변 (1개)

Jan
Jan 2021년 3월 31일
The format of the text file is not trivial. Some headers and data sections occur and without having the exact definition it is not possible to parse this file reliably. Then readmatrix does not have a chance to understand the contents of the file automagically.
Ask the producer of this file for a clear definition of the file format. Then it is possible to write a parser. This will be a serious amount of work.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by