how to put an overline for \alpha_{KZ}

29 views (last 30 days)
sophp
sophp on 4 May 2020
Commented: Jigar Faria on 17 Oct 2021
I want to put an overline over alpha_{KZ}, how do I do this?
This does not work:
ylabel('$\overline{U} (OH nm^{-2})$','FontSize',12)

Answers (1)

Stephen23
Stephen23 on 4 May 2020
ylabel('$\overline{\alpha_{KZ}}$','interpreter','latex')

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!