How to remove one x axis from 2 subplot

Answers (1)

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

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Asked:

on 13 Apr 2016

Answered:

on 13 Apr 2016

Community Treasure Hunt

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

Start Hunting!