How can we use .Rds file in matlab for plotting purposes?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Star Strider
el 4 de Sept. de 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 comentarios
Ver también
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!