why can not read images with structures from my folder with different resolution ??
Show older comments
I am reading some images from my folder. I am using structures but If I read from my folder first image all is ok and the FOR statement is ended due to is error message matlab shows:
??? Index exceeds matrix dimensions.
Error in ==> select_part_img at 26
images_part=images_set(1,i); img=imread(images_part.name);
What is problem ? How can I solve this problem ? In my folder are images with different resolution.
Accepted Answer
More Answers (1)
Sean de Wolski
on 19 Jan 2012
dbstop if error
And inspect the variables at the line in question (line 26)
Categories
Find more on MATLAB Coder 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!