Resizing the images to 100 x 100
Show older comments
Hi,
I want to resize the images for TestData to be 100 x 100
figure();
for i = 1:20
subplot(4,5,i);
imshow(TestData.Files{i});
end
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning for Image Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!