Read an array of strings with imread

This a simple example:
...
for i = 1: tam
img = imread(myArray_ofImgs(i));
figure;
imshow(img);
end
Error: Undefined function '_colonobj' for input arguments of type 'cell'
How do I go index by index using imread?
Thx since already!

Categories

Asked:

on 30 Sep 2014

Answered:

on 30 Sep 2014

Community Treasure Hunt

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

Start Hunting!