Text instead of values in tick
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jakub
el 29 de Sept. de 2013
Respondida: Azzi Abdelmalek
el 29 de Sept. de 2013
How can I have text for example: a,b,c,d instead of 1,2,3,4 in xtick? Matlab always tells me that these values must be numeric...Thanks
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 29 de Sept. de 2013
set(gca,'xtick',[1 2 3 4],'xticklabel',{'a','b','c','d'})
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations 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!