Best way to manage many fit objects

1 次查看(过去 30 天)
thatguy14
thatguy14 2016-7-28
Hello everyone,
I am creating parameter maps from MRI images and I am doing it pixel by pixel. I also want to save the fit objects that are created for each voxel for later inspection. The way I am doing it now is putting each fit object in a cell array that matches the size of the parameter maps (so if I have an image of 10x10x10, I create a parameter map matrix of 10x10x10 and a cell array of 10x10x10 that contains all the fit objects). However, for some of the larger images, the cell array ends up taking a significant amount of memory and slowing matlab down considerably (am running 2016a 64bit on windows 10). I am wondering if there is a better way to handle storage of these fit objects (or just large matricies in general).
Thanks! Let me know if any further information is needed

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MRI 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by