I find hard to display multiple images on axes

1 次查看(过去 30 天)
Dear
I have axes named axesQResult. I find hard to display all images thumbnails. in same window.
dbImages=imread(fullfile(app.source_folder,'\', file.name));
app.dbGrayImages = im2gray(dbImages);
app.DBFeatures = extractLBPFeatures(app.dbGrayImages, "Normalization","L2");

采纳的回答

Image Analyst
Image Analyst 2022-2-15
Try the "nexttile" function before you display each image.

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by