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!

답변 (1개)

카테고리

도움말 센터File Exchange에서 File Operations에 대해 자세히 알아보기

질문:

2014년 9월 30일

답변:

2014년 9월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by