Split 3d array into 'i' equal mat files
Hello All,
I have a matrix (called my_matrix) which is of size() 256 x 6 x 2000. Could you please let me know how to split th...
8 years ago | 2 answers | 0
2
answers
Question
Extract data from MATLAB plots
Hello All,
I have a figure from which I want to extract data. Please see figure. I need to find the average(y-axes values) for ...
8 years ago | 1 answer | 0
1
answer
Question
Split a larger matrix into smaller matrices
Hello All,
I have a [256 x 5 x 2000] matrix. I want to split this matrix into 5 [256 x 1 x 2000] matrices. Tried using mat2ce...