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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -