how to add n cellarrays of one image with their corresponding n cellarraya of another image(elementwise)

1 view (last 30 days)
cat,logical and,sum shows error

Accepted Answer

Walter Roberson
Walter Roberson on 4 Sep 2015
resultcell = cellfun(@plus, FirstCell, SecondCell, 'Uniform', 0);

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!