A program to recognize and reward our most engaged community members
How to display a portion of a string as BOLD (for example : label ON) in uicontrol?
han.text_label = uicontrol('Style', 'edit','string',{'label : on'},'FontSize',10,'fontweight','bold', 'Position', [1 100 200 30]);
Thanks,
Manoj Kandukuri
@Manoj Kandukuri,
Have you tried a syntax such as '<HTML>label <B>on</B>'?
Roberta
Roberta, i just tried your suggestion, it didnt work. compose interpreted it as a string...
Manoj kandukuri