convenient way to read and store values in xml file

2 ビュー (過去 30 日間)
sermet
sermet 2017 年 3 月 10 日
回答済み: ES 2017 年 3 月 10 日
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)?

採用された回答

ES
ES 2017 年 3 月 10 日
https://www.mathworks.com/help/matlab/ref/xmlread.html

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCubeSat and Satellites についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by