Problema al escribir en látex el nombre de un eje

Hola, quiero poner en el eje de ordenadas el simbolo de la imagen con latex,¿ como puedo hacerlo?
Intente de esta forma pero no me da resultados.
figure;
plot(tspan,zpp,tspan,zpp1,'linewidth',1.2);
xlabel('t [s]')
ylabel('$\ddot{z}')

 Accepted Answer

ylabel('$\ddot{z_c}$','Interpreter','latex','fontsize',20)

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Release

R2016a

Tags

Asked:

on 2 Apr 2023

Edited:

on 2 Apr 2023

Community Treasure Hunt

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

Start Hunting!