[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) > writ

Re: [R] : writeMat

2008-09-10 Thread erola pairo
Thank you. On Tue, Sep 9, 2008 at 8:58 PM, Henrik Bengtsson <[EMAIL PROTECTED]>wrote: > Hi, > > On Tue, Sep 9, 2008 at 9:53 AM, erola pairo <[EMAIL PROTECTED]> wrote: > > I write a .mat file using the writeMat() command, but when i try to load > it > > in