How to return an empty matrix?

Considering an image of size 100 X 280. A binary mask of size 7X4. when masking the image with this mask, At the end, Im getting an error that Index exceeds matrix dimensions. For that What can I do? Can I return an empty matrix? If it is possible, how?

 Accepted Answer

YourVariable = []; %this is an empty matrix

1 Comment

How to mask an image size of 512 X 512 with a mask of size 5X5?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!