saving . . . saved read and show multiple images which is in a folder has been deleted. read and show multiple images which is in a folder has been hidden .
read and show multiple images which is in a folder
Title
Question

I want to read and show multple images in jpg format in a folder <span style="line-height: 21.4285717010498px;">G:\\\\SCI\\\\FRAME\\\\ (while i am able to read one image using both SIVP &IPD toolbox)</span>
<span style="line-height: 1.428571429;">My code is:</span>
I1=dir('G:\\SCI\\FRAME\\*.jpg');
n=length(I1);
disp(n);
for i=1:n
    I2=strcat('G:\\SCI\\FRAME\\',I1(i).name);
    I=imread(I2);
    figure(),imshow(I);
end

But it gives error invalid index at line 5(i.e. strcat operation),please try to solve my error

Thank You

Scilab General None min None sec 07-02-15, 8:29 p.m. MUSKANAGARWAL

Answers:

Sorry, but we don't have a solution. Please mail the international Scilab mailing list.

Shamika
23-02-15, 2:53 p.m. smohanan


Log-in to answer to this question.