Extracting Data from file with varying columns
Ältere Kommentare anzeigen
Hi all, Our system is capturing data continuously. Where first 14 columns are always stored in *.txt and *.log file. The 15th column is added only when the image is captured. So the data in file looks like following:

I am asking this question, because I was not successful after trying out importdata, readtable and all possible MATLAB answers. When the pointer comes to the 15th column data. It reads the value for e.g. (here 11) and store it to the next row instead in the same row. Also, the values read after that all are NaN.

It would great, If I am able to load the this data automatically. Using a self written function.
Thank you very much for the help and valuable suggestions in advance.
Akzeptierte Antwort
Weitere Antworten (1)
Ravindra
am 22 Mai 2018
0 Stimmen
1 Kommentar
Ameer Hamza
am 22 Mai 2018
Yes, I noted that after you uploaded the file and modified the answer.
Kategorien
Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!