How can we use .Rds file in matlab for plotting purposes?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Star Strider
2021-9-4
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!