I used the "xticklabels" function, but it limits to about 10 data points. I have 20 points which i need xtick lables on to X-axis. I am using MATLABR2018b-Student use

Antworten (1)

madhan ravi
madhan ravi am 17 Nov. 2018

1 Stimme

xticks(1:20) %you have to define xticks before xticklabels
xticklabels({'1','2','3','4','5'..............'20'})

4 Kommentare

Thanks. But in that case the plot doesn't start from the Y-axis. I want to start the plot from the Y-axis and need to put the X-tick lables every three ticks. Otherwise X-tick lables become jamed.
madhan ravi
madhan ravi am 17 Nov. 2018
so upload your datas to experiment
Sorry, I don't know what you have meant. If you could explain with an example, that would be helpful.
madhan ravi
madhan ravi am 17 Nov. 2018
I mean upload your code and the desired graph that you want to attain

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Performance finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2018b

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by