How can we use .Rds file in matlab for plotting purposes?
3 views (last 30 days)
Show older comments
I did the coding in R programming and got data in .Rds format. How to import it in MATLAB for plotting and other purposes.
0 Comments
Answers (1)
Star Strider
on 4 Sep 2021
That apparently depends on the file. According to the description in readRDS, the file can either be ASCII or binary. It should be possible to read an ASCII file without problems (as a text file), however it would be necessary to know the details of the binary file in order to read it.
There does not seem to be much information on it that I can find, so any information you have and could share would be helpful.
.
0 Comments
See Also
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!