How to add a dot above y in legend
130 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuesta aceptada
Walter Roberson
el 11 de Mayo de 2020
legend({'$\dot{y}(0)$', '$\ddot{y}(0)$'}, 'Interpreter', 'latex')
Más respuestas (0)
Ver también
Categorías
Más información sobre Legend en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!