How can we use .Rds file in matlab for plotting purposes?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Star Strider
il 4 Set 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 Commenti
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects 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!