problems with number of xticklabels
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Thishan Dharshana Karandana Gamalathge
el 17 de Nov. de 2018
Comentada: madhan ravi
el 17 de Nov. de 2018
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
0 comentarios
Respuestas (1)
madhan ravi
el 17 de Nov. de 2018
xticks(1:20) %you have to define xticks before xticklabels
xticklabels({'1','2','3','4','5'..............'20'})
4 comentarios
madhan ravi
el 17 de Nov. de 2018
I mean upload your code and the desired graph that you want to attain
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!