% Read files file1.txt through file20.txt, mat1.mat through mat20.mat % and image1.jpg through image20.jpg. Files are in the current directory. for k = 1:20 matFilename = sprintf('mat%d.mat', k); matData = load(matFilename); jpgFilename = strcat('image', num2str(k), '.jpg'); imageData = imread(jpgFilename); textFilename = ['file' num2str(k) '.txt']; fid = fopen(textFilename, 'rt'); textData = fread(fid); fclose(fid); end
A very slight adaptation gives you:
% Read 1.jpg through m.jpg. % Files are in the "yourFolder" directory. for k = 1:m jpgFilename = sprintf('%d.jpg', k); fullFileName = fullfile(yourFolder, jpgFilename); if exist(fullFileName, 'file') imageData = imread(fullFileName ); else warningMessage = sprintf('Warning: image file does not exist:\n%s', fullFileName); uiwait(warndlg(warningMessage)); end imshow(imageData); end
Matlabsolutions.com provides guaranteed satisfaction with a
commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain
experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support
to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been
empanelled after extensive research and quality check.
Matlabsolutions.com provides undivided attention to each Matlab
assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services
include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work
done at the best price in industry.