How to solve Index exceeds matrix dimensions probelm ?
1 view (last 30 days)
Show older comments
sufian ahmed
on 11 Aug 2017
Commented: sufian ahmed
on 12 Aug 2017
I am using ind2sub for connected component.but problem is that when i run multiple images and pass on each connected component into ind2sub function, it shows error. It is ok when i run only single image.But creates problem for multiple images. I dont understand what the problem is ? how can i solve it ?
ERROR: Index exceeds matrix dimensions.
Error in try5 (line 214) [yyy,xxx] = ind2sub(CC.ImageSize,CC.PixelIdxList{id});
2 Comments
Accepted Answer
Walter Roberson
on 12 Aug 2017
You are using a value of id that is greater than the number of connected components .
More Answers (0)
See Also
Categories
Find more on Image Processing Toolbox 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!