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 ExchangeImages についてさらに検索

質問済み:

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