I have a folder of files that are all lengths of multiples of 128 (one may be 768 and another may be 1024) with 4 columns of data points at each point. I need to reaarrange them so that each set of 128x4 is placed side by side in columns. So beginning with data with dimensions of 768x4 and ending with 128x24. Another alternative that would also work for me would be to place each extracted 128x4 set into a cell array for each set of data.
I am not sure the best way to do this and I'm sure it is easier than I am making it, but I have not succeed when trying to use mat2cell or cbind/rbind.
0 Comments
Sign in to comment.