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

10 views (last 30 days)
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.

Accepted Answer

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

More Answers (0)

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!