Re: [R] writeMat error

2008-11-01 Thread Henrik Bengtsson
Hi, a follow up on this as well: I've fixed the below bug in writeMat(). R.matlab v1.2.4 is now available on CRAN. Please update. Henrik On Wed, Oct 1, 2008 at 12:55 PM, Henrik Bengtsson [EMAIL PROTECTED] wrote: Hi. On Sat, Sep 27, 2008 at 5:17 AM, Steele, Dr Douglas [EMAIL PROTECTED]

Re: [R] writeMat error

2008-10-01 Thread Henrik Bengtsson
Hi. On Sat, Sep 27, 2008 at 5:17 AM, Steele, Dr Douglas [EMAIL PROTECTED] wrote: Hi I am using Ubuntu 8.04 64 bit, R as below, Matlab 7.6.0. I would like to transfer mat files back and forward between R and Matlab. Whilst I have used Matlab for years its been a long time since I have

[R] writeMat error

2008-09-27 Thread Steele, Dr Douglas
Hi I am using Ubuntu 8.04 64 bit, R as below, Matlab 7.6.0. I would like to transfer mat files back and forward between R and Matlab. Whilst I have used Matlab for years its been a long time since I have used R (hence question may be a bit simple) Running code A - c(1:10) dim(A) - c(2,5)

Re: [R] : writeMat

2008-09-10 Thread erola pairo
Hi, that's the information about R and R.matlab: *R version 2.6.2 (2008-02-08) x86_64-pc-linux-gnu locale: C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] R.matlab_1.2.3R.oo_1.4.5R.methodsS3_1.0.3

Re: [R] : writeMat

2008-09-10 Thread Henrik Bengtsson
Hi, I've managed to reproduce the error with R.matlab v1.2.2 and Matlab v7.4.0.287 (R2007a). There seems to be a bug introduced in R.matlab v1.2.2 (2008-07-12). In this version we tried to optimize the speed of writeMat(), and something failed (although all tests show the generated files loads

[R] : writeMat

2008-09-09 Thread erola pairo
I write a .mat file using the writeMat() command, but when i try to load it in Matlab it says that file may be corrupt. I did it a month ago and it worked. It exists any option that I can change for making the file readable to Matlab? A - c(1:10) dim(A) - c(2,5) library(R.matlab)