Simulink: How to display italic text in mask using disp()

When editing the Matlab/Simulink mask code, you can display italic text by using disp() with LaTeX commands and texmode = on.

Displaying just italic text

When using texmode, you can use {\it ...} to format text as italic.

Simulink Mask italic text

Mixing italic with normal text

Simulink Mask italic mixed text

Also see:


Check out similar posts by category: Matlab/Simulink