write on xaxis of graph

1 view (last 30 days)
Elysi Cochin
Elysi Cochin on 28 Oct 2014
Edited: Elysi Cochin on 28 Oct 2014
i wrote the below code for plotting a time graph... in the xtick label i want the 2 points to be named as PCA and LDA.... when i do as below i'm not getting it correctly...

Accepted Answer

Mischa Kim
Mischa Kim on 28 Oct 2014
Elysi, not quite sure, what you need to do, but this does the trick:
set(gca,'XTickLabel',{'PCA', 'LDA'},'XTick',[1 2]);
  1 Comment
Elysi Cochin
Elysi Cochin on 28 Oct 2014
Edited: Elysi Cochin on 28 Oct 2014
thank you sir for the reply...

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!