how to convert 4D into 3D?
Show older comments
Dear all,
I have 4D images. Can get thru this link. ( https://drive.google.com/file/d/1qlj_6MIcjdN5a2eZXitvtD5dfGhSdt8t/view?usp=sharing ). https://drive.google.com/file/d/1qlj_6MIcjdN5a2eZXitvtD5dfGhSdt8t/view?usp=sharing
the name file is LiverTS399.mat
how to convert it into 3D?
I tried use this command, but still 4D in workspace
load('LiverTS399.mat')
split = squeeze(cropVol);
Accepted Answer
More Answers (1)
Matt J
on 31 Jul 2022
If you mean you want the i-th 3D frame of the 4D data, then,
frame_i=cropVol(:,:,i)
1 Comment
mohd akmal masud
on 31 Jul 2022
Edited: mohd akmal masud
on 31 Jul 2022
Categories
Find more on Image Preview and Device Configuration 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!