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

답변 (1개)

David Hill
David Hill 2022년 9월 8일

0 개 추천

r=readtable('abmf0010.21zpd.txt');
trotot=r.TROTOT;

카테고리

도움말 센터File Exchange에서 Oil, Gas & Petrochemical에 대해 자세히 알아보기

태그

질문:

2022년 9월 8일

답변:

2022년 9월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by