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: [email protected] [mailto:
>> [email protected]] On Behalf Of Elliot Joel
>&g
[email protected]] On Behalf Of Elliot Joel
> Bernstein
> Sent: Wednesday, March 25, 2015 9:28 AM
> To: Dale Smith
> Cc: [email protected]; [email protected]
> 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: [email protected]; [email protected]
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
1 404 495 7221 | nexidia.com
>
>
> -Original Message-
> From: [email protected] [mailto:
> [email protected]] On Behalf Of Christian
> Gunning
> Sent: Wednesday, March 25, 2015 8:08 AM
> To: [email protected]
Using Rcpp and MATLAB MAT-File API to Read MAT Files
Can you provide a link to the mat.h file referenced in the source (which I
assume is the same as the API mentioned below)?
Also, see Dirk's comments about compilers here:
http://stackoverflow.com/questions/10723165/using-visual-c-
Can you provide a link to the mat.h file referenced in the source
(which I assume is the same as the API mentioned below)?
Also, see Dirk's comments about compilers here:
http://stackoverflow.com/questions/10723165/using-visual-c-with-r
and here:
dirk.eddelbuettel.com/code/rcpp/Rcpp-FAQ.pdf
Best,