extract specefic data from zpd files

1 Ansicht (letzte 30 Tage)
Mohamed
Mohamed am 8 Sep. 2022
Beantwortet: David Hill am 8 Sep. 2022
Hi, I have multiple zpd files which can be opened in notepad as txt files but i want read them in matlab to extract TROTOT values from every file to make some other computations on these values .how can i make it? a sample of 3 files is attatched here

Antworten (1)

David Hill
David Hill am 8 Sep. 2022
r=readtable('abmf0010.21zpd.txt');
trotot=r.TROTOT;

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by