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
2022년 9월 8일
r=readtable('abmf0010.21zpd.txt');
trotot=r.TROTOT;
카테고리
도움말 센터 및 File Exchange에서 Oil, Gas & Petrochemical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!