Why do I get distorded Sagittal and Coronal planes?
2 次查看(过去 30 天)
显示 更早的评论
I use the imshow3dfull from the community (see https://uk.mathworks.com/matlabcentral/fileexchange/47463-imshow3dfull--3d-imshow-in-3-views -). I get distorded sagittal and coronal planes like in the pic I enclose. What do I do wrong? Anyone help please?
8 个评论
Jan
2018-5-13
I still do not know where you want to "increase the image plane". What exactly is the "image plane"? Do you want to interpolate the data or to increase the size on the screen? Maybe all you want is to change the Voxel_size?
By the way, the last part of your code can be simplified:
IsoImage = cast(IsoImage, class(nonIsonImage));
This is much easier and less prone to typos than a bunch of almost equal IF branches.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!