ly* working with v7.3 files which are based on HDF5, you
>>> may be able to avoid this issue and access them using rhdf5:
>>>
>>> source("http://bioconductor.org/biocLite.R";)
>>> biocLite("rhdf5")
>>> library(rhdf5)
>>> h5dump(&qu
;)
>> biocLite("rhdf5")
>> library(rhdf5)
>> h5dump("file.mat", load=FALSE)
>>
>> John
>>
>> From: rcpp-devel-boun...@lists.r-forge.r-project.org [mailto:
>> rcpp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of Elliot Joel
>&g
pp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of Elliot Joel
> Bernstein
> Sent: Wednesday, March 25, 2015 9:28 AM
> To: Dale Smith
> Cc: x...@unm.edu; rcpp-devel@lists.r-forge.r-project.org
> Subject: Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read
> MAT Fi
ay, March 25, 2015 9:28 AM
To: Dale Smith
Cc: x...@unm.edu; rcpp-devel@lists.r-forge.r-project.org
Subject: Re: [Rcpp-devel] R.e. Using Rcpp and MATLAB MAT-File API to Read MAT
Files
Dale -
Thank you for the suggestion. I have MATLAB and the MATLAB libraries, and I am
not looking to redistri
Dale -
Thank you for the suggestion. I have MATLAB and the MATLAB libraries, and I
am not looking to redistribute anything. I just have a lot of data in MAT
files that I would like to be able to load analyze in R. I am able to
compile and link against the MATLAB libraries, but the code crashes whe
mat.h is a header file which comes with MATLAB. I don't think the license
allows redistribution, and you would not be able to compile without the MATLAB
libraries.
An alternative may be Octave since it will read .mat files. Perhaps someone can
email the name of the header file used from the Oct