Re: [R] R and reading matlab compressed files

2007-11-21 Thread Suresh Krishna
One possibility is to save in ASCII format from Matlab (save -ascii) Suresh > On 17/11/2007, Prof Leslie Smith <[EMAIL PROTECTED]> wrote: >> Is there any way to read these files (standard .mat files, created by >> matlab version 7 onwards are compressed)? I know that R.matlab doesn't >> read the

Re: [R] R and reading matlab compressed files

2007-11-20 Thread John C Frain
According to the Octave manual (page 146 of Edition 3 for Octave version 2.9.16) Octave can read Matlab version 7 files. It can also output with similar options to Matlab. As there are no issues or licencing problems when running Octave and R on the one machine. Note that there is a new native W

Re: [R] R and reading matlab compressed files

2007-11-19 Thread Henrik Bengtsson
Hi. On 11/17/07, Prof Leslie Smith <[EMAIL PROTECTED]> wrote: > Is there any way to read these files (standard .mat files, created by > matlab version 7 onwards are compressed)? I know that R.matlab doesn't > read them (it even says in the file MatlabServer.m "Matlab v7 saves > compressed files, w

Re: [R] R and reading matlab compressed files

2007-11-19 Thread Hans W Borchers
Prof Leslie Smith cs.stir.ac.uk> writes: > > Is there any way to read these files (standard .mat files, created by > matlab version 7 onwards are compressed)? I know that R.matlab doesn't > read them (it even says in the file MatlabServer.m "Matlab v7 saves > compressed files, which is not recog

[R] R and reading matlab compressed files

2007-11-18 Thread Prof Leslie Smith
Is there any way to read these files (standard .mat files, created by matlab version 7 onwards are compressed)? I know that R.matlab doesn't read them (it even says in the file MatlabServer.m "Matlab v7 saves compressed files, which is not recognized by R.matlab's readMat()" (lines 47-8)). I know