MATLAB: How to add n cellarrays of one image with their corresponding n cellarraya of another image(elementwise)

digital image processing

cat,logical and,sum shows error

Best Answer

resultcell = cellfun(@plus, FirstCell, SecondCell, 'Uniform', 0);