Hi. On Fri, Aug 27, 2010 at 7:08 PM, michael <tufemich...@gmail.com> wrote: > Henrik, > The line before that is: > > Received cmd: 2 > save > C:\Users\FAN'S~1\AppData\Local\Temp\tpe2b4012b_f9ed_402d_af0f_f21ebd8116a6.mat > -V6 B
You should see have seen something like: save(tmpname, '-V6', 'B'); For some reason Matlab is not picking up the patched version of MatlabServer.m. Q1. Did you download that file and *replaced* the existing MatlabServer.m with the downloaded one? Q2. Did you shut down Matlab/the MatlabServer after replacing MatlabServer.m? Q3. How do you start the MatlabServer? Manually or via R? If you don't manage to figure out how you replace MatlabServer.m, then try to install the preliminary R.matlab v1.3.2: source("http://www.braju.com/R/hbLite.R"); installPackages("http://www.braju.com/R/patches/R.matlab/20100827/R.matlab_1.3.2.zip"); and then restart R and the MatlabServer. /Henrik > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.