Put text in a figure that is not a graph/plot

11 次查看(过去 30 天)
Hi,
How can I write a text in a graphic object (no plot) ?
I tried with
uicontrol('Style', 'text',...
but the text is inside a white rectangle. How can I write it in figure without some kind of labels as background ?
thanks

回答(1 个)

Matt Fig
Matt Fig 2012-10-12
Your description is vague.
U = uicontrol('style','edit',...
'units','norm',...
'pos',[0 0 1 1],...
'string','type here',...
'min',0,'max',10);
uicontrol(U)
  2 个评论
Marco
Marco 2012-10-13
But how can I type without editing mode (static text) and without white text rectangles?
Marco
Marco 2012-10-13
Ok. I used Matt code but I replaced "edit" with "text" and it works and there is not white rectangle. Thanks

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by