How to remove one x axis from 2 subplot

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 13 de Abr. de 2016
h=findobj(gcf,'type','line')
set(h(2),'xticklabel','')

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 13 de Abr. de 2016

Respondida:

el 13 de Abr. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by