Displaying 1 result from an estimated 1 matches for "matquantity".
Did you mean:
getquantity
2011 Oct 17
0
[Reading mat files into R]
...bet set in
preference panel) didn’t resolve my problem.
When I want to load mat file, created by Matlab 2011b 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, et...