saveR('FILENAME') saves all workspace variables to the "R-file" named FILENAME.
SAVER('FILENAME', 'X', 'Y', 'Z') saves X, Y, and Z.
saveR can handle scalars, vectors, matrices, and cell arrays of strings. NaN's are saved as NA. Since R cannot handle structures, they will not be saved and a warning will be given.
Useful if you do not wish to load variables directly in R using a COM based interface (using MATLAB R-link #5051) or if you wish to use JAGS (http://sourceforge.net/projects/mcmc-jags), for instance.
Cita come
Jeroen Janssens (2025). saveR (https://it.mathworks.com/matlabcentral/fileexchange/28370-saver), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Data Import and Analysis > Data Import and Export > Workspace Variables and MAT Files >
 - MATLAB > External Language Interfaces > Other languages > R Language >
 
Tag
Riconoscimenti
Ispirato da: MATLAB R-link
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | 
