Labelling biograph figures
显示 更早的评论
how please do i get some sort of title for a biograph object which will actually display in the figure window and hence when I print it? I have tried Label, Description and ID and they all are accepted but do not appear anywhere i can see ....
回答(1 个)
Fangjun Jiang
2011-11-24
1 个投票
try title('This is my figure')
Or maybe text().
Or you need to clarify your question. Providing an example to explain your question will be most effective.
1 个评论
Image Analyst
2011-11-24
And you can change the font size like this
title('This is my Figure', 'FontSize', 30);
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!