Dear all, somebody knows how to open a .rrd file (round robin database file) with Matlab?. Thanks so much in advance. Alfredo
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Alfredo De La Quintana
il 14 Giu 2017
Commentato: Alfredo De La Quintana
il 20 Giu 2017
Im trying to analyze bandwith data from a communication link. This data is in rrd format.
0 Commenti
Risposta accettata
Nagarjuna Manchineni
il 20 Giu 2017
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:
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!