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

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -