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

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

VBBV
VBBV on 2 Apr 2023
Edited: Torsten on 2 Apr 2023
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

Tags

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!