How can we use .Rds file in matlab for plotting purposes?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Star Strider
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!