extract specefic data from zpd files

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

Respuestas (1)

David Hill
David Hill el 8 de Sept. de 2022
r=readtable('abmf0010.21zpd.txt');
trotot=r.TROTOT;

Categorías

Más información sobre Oil, Gas & Petrochemical en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 8 de Sept. de 2022

Respondida:

el 8 de Sept. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by