Dear all, somebody knows how to open a .rrd file (round robin database file) with Matlab?. Thanks so much in advance. Alfredo

조회 수: 10 (최근 30일)
Im trying to analyze bandwith data from a communication link. This data is in rrd format.

채택된 답변

Nagarjuna Manchineni
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:
  댓글 수: 1
Alfredo De La Quintana
Alfredo De La Quintana 2017년 6월 20일
Thanks so much Nagarjuna. Im already download rrdtool application but have not enough skills to run rrdtool on my MAC.
Do you know what is the system environment that I need (on my MAC) and what command I need to execute >> rrdtool dump filename.rrd?
Thanks again Alfredo

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 PHY Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by