How can I read in a .RSD (realSQL) file?

8 views (last 30 days)
I have data in .RSD format, (realSQL). I need to read this data into MATLAB, ideally convert it to a more versatile file type, and then of course do some data analysis within matlab on. I can't even figure out how to read .RSD files in, any ideas?

Accepted Answer

Saurav Chaudhary
Saurav Chaudhary on 28 Oct 2020
Edited: Saurav Chaudhary on 28 Oct 2020
MATLAB does not support reading data directly from .RSD file. You can look for the formats supported in the link given below and then maybe convert from .RSD to format file supported and work with it.
  1 Comment
Noah Dolinajec
Noah Dolinajec on 28 Oct 2020
Okay... do you know of a way to convert .RSD files? I have a huge amount of data... so converting each file would take me ages.

Sign in to comment.

More Answers (0)

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!