Converting Matlab files to R
By tholscla on Mon, 11/25/2013 - 10:51
On occassion I have need to open Matlab files, usually cotaining data. library(R.matlab) and library(R.utils) are needed. The quick command is data=readMat(filename.mat).