How to turn off the axes title of autocorrelation function?

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

Accepted Answer

Daniel Shub
Daniel Shub on 17 May 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 Comments

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by