luluerry

Results 3 comments of luluerry

Hi, I read the code which displays how to create .mat file(through the MAT_WRITE layer). I found that it is really that there are 4-dimensional .mat file to create. The...

size_t dims[4]; dims[0] = width_; dims[1] = height_; dims[2] = channels_; dims[3] = num_; The above code means there are 4-d .mat file to create.

Actually I do not know. Have you run this code and do you have the same question?