Unsure how to separate 4-D matrix data to perform correlations
Show older comments
I have a file containing two different variables 1.REF and 2.TIME.
The dimension of the REF variable is 30*30*14*60, where there are 30 voxels in X direction, 30 voxels in Y direction and 14 voxels in Z direction and there are 60 timepoints (Volumes acquired). Variable TIME has a reference time series.
I need to write a program to perform the following:
1.Correlate Reference time series with each and every voxel time series and create a new 3 dimensional data
2.Find out the voxels with maximum correlation value
I've never worked with a 4-D matrix before so am unsure how to break up the REF variable so I can perform the correlations. Can someone please help me?
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!