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...

 Réponse acceptée

Mischa Kim
Mischa Kim le 28 Oct 2014

1 vote

Elysi, not quite sure, what you need to do, but this does the trick:
set(gca,'XTickLabel',{'PCA', 'LDA'},'XTick',[1 2]);

1 commentaire

Elysi Cochin
Elysi Cochin le 28 Oct 2014
Modifié(e) : Elysi Cochin le 28 Oct 2014
thank you sir for the reply...

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by