필터 지우기
필터 지우기

How to make loglog subplots?

조회 수: 32 (최근 30일)
Mel
Mel 2013년 5월 1일
I have multiple plots that I would like to display together (in a subplot type distribution), however, my plots need to have a loglog scale. Is there a way to do this?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 1일
set(gca,'xscale','log')

추가 답변 (1개)

Jan
Jan 2013년 5월 1일
subplot(2,3,2, 'XScale', 'log', 'YScale', 'log')

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by