set same ylim for all subplot (plot yy)
    조회 수: 5 (최근 30일)
  
       이전 댓글 표시
    
I have 21 subplot of yyplot. I want to set same ylim and YTick for all subplots. I tried the following code: set(findobj(gcf,'type','axes'),'FontName','Arial','FontSize',10, 'LineWidth', 1,...
    'XTick',[0 3 6 9 12 15 18 21 23],'YTick',[0 0.2 0.4 0.5]);
It works only for second- y axis.
Thank you for sharing.
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Axes Appearance에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


