How to remove one x axis from 2 subplot

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 13 Apr. 2016

1 Stimme

h=findobj(gcf,'type','line')
set(h(2),'xticklabel','')

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 13 Apr. 2016

Beantwortet:

am 13 Apr. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by