How Can I put an asterisk as superscript and letters as subscript to a letter in ylabel of matlab plot?

10 visualizaciones (últimos 30 días)
I want to make an Italic Bold labelling in a plot's y axis label having an asterisk as the supercript and letters as subscript as shown below. What could be the syntax for this labelling.

Respuesta aceptada

Chunru
Chunru el 12 de Mayo de 2021
The following will do:
xlabel('\it H_{cs}^*', 'FontWeight', 'bold')

Más respuestas (0)

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by