I want to make multiple title using one subplot, How can I do it?

2 ビュー (過去 30 日間)
Batool Engineer
Batool Engineer 2015 年 11 月 17 日
編集済み: Walter Roberson 2015 年 11 月 17 日
I want titles above each individual image
for i = 1 : 20
I = imread(my gallery folder images contain 20 images);
subplot(5,5,i),imshow(I,[]);
title('i');
end
% here my problem I want to make different title, every image with a title, but when I write title('i') , all images appears in one figure with the same title i

回答 (0 件)

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by