how to make sgtitle to display the titles at the left side of the montage?

조회 수: 2 (최근 30일)
hp
hp 2021년 4월 8일
sgtitle displays the title at the center and i have a variable which contains multiple titles that has to display horizontally on top instead the titles are tiling up one below the other .. and displayed at the back end of the image and are not visible .plz help me how to display horizontally above the montage or how to place the title at the left side using sgtitle... kindly help .Iam attaching the figure which displays title at the backside of the image.
here is my code
figure('Name','Query-Results');
sgt=sgtitle(Qclass);
sgt.Color='blue';
sgt.FontSize=12;
montage(img(),'size',[numel(Qclass),numImgsPerClass])
and iam attcahing two figures in which how sgtitle has displayed the titles plz check... when there are more classes titles are occluded and not visible.. and all the titles are displayed one below the other... but i wanted it sequentialy one beside the other.. plz help me. or atleast at the left side.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Language Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by