How to turn off the axes title of autocorrelation function?

3 visualizaciones (últimos 30 días)
If I use 'autocorr', I will get a ACF graph, as the following link shows that the all the vertical axes are overlapped. i do not want any of these texts, any one please tell me how to do this?
EDIT DES embedded image

Respuesta aceptada

Daniel Shub
Daniel Shub el 17 de Mayo de 2012
I don't have the Econometrics Toolbox so I cannot test, but
delete(cell2mat(get(gca, {'YLabel', 'XLabel'})))
should get rid of the labels
  3 comentarios
weijie
weijie el 17 de Mayo de 2012
Thanks very much! Understood!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by