Best way to manage many fit objects
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!