How to insert YTick without numbering in a specific interval

I would like to customise the Y axis in matlab plot. I need to insert the tick without numbering. using the command "set(gca,'Yticklabel',[])" I just get Y axis without numbering at all. But I need some interval to show by numbering and also I would like to fill the empty spaces between the numbers by tick sysmbol (minorTick) without numbering . Is there any way to do that in Matlab? Pl somebody help me.

Réponses (1)

Walter Roberson
Walter Roberson le 9 Mai 2020
ylabels() and pass a cell array of character vectors, with one entry for each ytick value. Some of the entries can be the empty character vector ''

3 commentaires

AVM
AVM le 9 Mai 2020
Modifié(e) : AVM le 9 Mai 2020
Thanks for your reply. But I didn't get the point.Can you show me an example?
yticks(1:5)
ylabels({'1', '2', '', '', '5'})
Sorry, Minor Tick without numbering is not coming.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Tags

Question posée :

AVM
le 9 Mai 2020

Commenté :

AVM
le 9 Mai 2020

Community Treasure Hunt

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

Start Hunting!

Translated by