html - How to create MATLAB static text with editable font style -
matlab® provides static text uicontrol (created using uicontrol style text: uicontrol('style','text','label','static text'…), not allows use neither html nor tex interpretation. solution creating static text interpretable language allows change font style , color?
huh? have tried this?
h = uicontrol('style','text','string','hello'); set(h,'foregroundcolor','r','fontsize',10,'fontname','helvetica','fontweight','bold'); is want? or missing something?
Comments
Post a Comment