Problema al escribir en látex el nombre de un eje
2 views (last 30 days)
Show older comments
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}')
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!