3D matrix manipulation. FInd values of given positions
1 次查看(过去 30 天)
显示 更早的评论
Hi there. Pls help me resolve an issue I cant find a solution for: I have a two 3D matrixes with the same dimentions( 288*288*80)off nii files. I want to search for nonzero positions on the first matrix and use thoses positions to go through the second matrix, and do a sum of the values located on those positions . How can I do it? Regards
1 个评论
SkyRazor
2014-5-8
I think the page as follows will help you.
Try the functions nonzeros, find and sum to slove your problem.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!