My question says everything. I am plotting points on Matlab. But when I set ‘title’ value, it displays title-name at the top of the image by default. How can I get the title set a the bottom of the image?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t use
xlabelyou could use that as a quick hack.If you do use the
xlabel, add another line or two by passing a cell array:As Amro mentioned in his comments you can make a text anywhere with
uicontrol:The positioning is not automatic, so when you resize the figure, the title will move away from the center.