R.matlab
R.matlab copied to clipboard
Writing many names from R to MATLAB
Hi,
I am a regular user of R.matlab but one situation has arisen that I don't have a good solution for. I have a mat file with 45 slots, all with unique names. readMat works great and the names are kept in the R list that is produced from the command. However, I am not sure the best way to re-save this file without having to specifically name each and every slot. I am reading the file, performing some calculations then replacing the values in R, then trying to save the resulting file. Is there a good way to save this type of file with several slots?
Thanks