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?

 采纳的回答

YourVariable = []; %this is an empty matrix

1 个评论

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

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by