Filter löschen
Filter löschen

How to add a dot above y in legend

89 Ansichten (letzte 30 Tage)
Kevin Tran
Kevin Tran am 11 Mai 2020
Kommentiert: Kevin Tran am 11 Mai 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.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by