Displaying 1 result from an estimated 1 matches for "sparsematrixclass".
2011 Oct 17
0
[Reading mat files into R]
...release by using
following commands:
*require(R.matlab)*
*require(utils)*
*require(Rcompression)*
* *
*dataPath<- Q:/data/mat”;*
*matList<-list.files(path = dataPath) *
*matQuantity<-length(matList)*
*MatFile<-readMat(file.path(paste(c(dataPath,’/’,matList[1]),collapse=””)),
sparseMatrixClass=”matrix”);*
* *
my CPU usage is increasing even till 100% but memory usage stays very low.
File is not finally loaded.
This whole operation do not return any error, warning, etc. You can wait
forever (even if file is small size)
My “R.matlab” package is updated, I’ve tried to run this also in...