Dear all, somebody knows how to open a .rrd file (round robin database file) with Matlab?. Thanks so much in advance. Alfredo
7 ビュー (過去 30 日間)
古いコメントを表示
Alfredo De La Quintana
2017 年 6 月 14 日
コメント済み: Alfredo De La Quintana
2017 年 6 月 20 日
Im trying to analyze bandwith data from a communication link. This data is in rrd format.
0 件のコメント
採用された回答
Nagarjuna Manchineni
2017 年 6 月 20 日
You can use rrdtool to get the data of the rdd file into XML format.
>> rrdtool dump filename.rrd
Once the XML is generated, you can import the XML directly into MATLAB and extract the data from that XML file, and do further analysis (like time-series plots etc..)
See the following link for more information on reading XML file in MATLAB:
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!