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

2 views (last 30 days)
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.

Answers (0)

Categories

Find more on Language Fundamentals 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!