How to add a dot above y in legend

169 visualizaciones (últimos 30 días)
Kevin Tran
Kevin Tran el 11 de Mayo de 2020
Comentada: Kevin Tran el 11 de Mayo de 2020
Hi,
I want to write the first and second derivative with the legend command like this y' y''
This is what I tried:
legend ('y'(0)', 'y''(0)')
but the ' and '' after y interferes with the command.
I tried to search around for answers but found nothing I understood so this is my last resort!
And thanks in advance for the help.

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Mayo de 2020
legend({'$\dot{y}(0)$', '$\ddot{y}(0)$'}, 'Interpreter', 'latex')
  1 comentario
Kevin Tran
Kevin Tran el 11 de Mayo de 2020
Thank you so much, this really saved me so much time and helped me alot!

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by