필터 지우기
필터 지우기

How to remove one x axis from 2 subplot

조회 수: 62 (최근 30일)
Rita
Rita 2016년 4월 13일
답변: Azzi Abdelmalek 2016년 4월 13일
I have these 2 subplots and I would like to share the x-axis for two plots.How can I do that?Thanks

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 13일
h=findobj(gcf,'type','line')
set(h(2),'xticklabel','')

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by