how to add titles row wise in the montage ?
15 ビュー (過去 30 日間)
古いコメントを表示
I have multiple image categories.. how to display row wise title in the montage function while displaying the images ..
if its not possible by montage how to display row wise titles using subplot for multiple image categories .. as in reference image attached here
1 件のコメント
採用された回答
darova
2021 年 4 月 6 日
What about text function?
load mri
montage(D, map)
text(500,25,'TITLE 1','fontsize',30,'color','yellow','fontweight','bold')
text(500,200,'TITLE 2','fontsize',30,'color','yellow','fontweight','bold')
4 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!