How to add a dot above y in legend

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

Accepted Answer

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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!