How to return an empty matrix?

2 views (last 30 days)
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

Walter Roberson
Walter Roberson on 11 Sep 2012
YourVariable = []; %this is an empty matrix
  1 Comment
Sabarinathan Vadivelu
Sabarinathan Vadivelu on 11 Sep 2012
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!