How to remove one x axis from 2 subplot
52 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have these 2 subplots and I would like to share the x-axis for two plots.How can I do that?Thanks
1 comentario
Kirby Fears
el 13 de Abr. de 2016
A similar question was asked and answered here: http://www.mathworks.com/matlabcentral/answers/59890-vertically-stacked-subplots-with-x-axis-labels-only-at-the-bottom
Respuestas (1)
Azzi Abdelmalek
el 13 de Abr. de 2016
h=findobj(gcf,'type','line')
set(h(2),'xticklabel','')
0 comentarios
Ver también
Categorías
Más información sobre Subplots 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!