label on the plot

5 visualizaciones (últimos 30 días)
Babu Sankhi
Babu Sankhi el 29 de Mzo. de 2021
Comentada: Star Strider el 1 de Abr. de 2021
I want to make the xlabel (A_z)^-1/4 (ba)^(-1/4) in plot. (i.e. I want to raise power -1/4 and lower z for the same letter A)
xlabel('A_z^(-1/4) (ba)^(-1/4)')
but mine didnt work.Can you please help me how to write it?

Respuesta aceptada

Star Strider
Star Strider el 29 de Mzo. de 2021
Two options:
xlabel('A_z^{-1/4} (ba)^{-1/4}')
or:
xlabel('$A_z^{-\frac{1}{4}} (ba)^{-\frac{1}{4}}$', 'Interpreter','latex')
.
  2 comentarios
Babu Sankhi
Babu Sankhi el 1 de Abr. de 2021
Thank you
Star Strider
Star Strider el 1 de Abr. de 2021
As always, my pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by