convenient way to read and store values in xml file
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a data file (attached file) whose format is xml (I changed its format to txt for attaching). I need to extract numeric values of particular lines. This file includes numeric data of each satellite. I need to extract these values as following;
%values for SVID>01
aSqRoot=0.0253906;
ecc=7.62939e-05,
deltai=0.00683594;
.
.
wna=2
% and same variables for other satellites (SVID) as well
How can I read and store all associated values belong to each satellite (SVID)?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 CubeSat and Satellites에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!