필터 지우기
필터 지우기

Changing the scale on the y-axis to a log-log scale.

조회 수: 4 (최근 30일)
Paraic Hickey
Paraic Hickey 2014년 4월 2일
댓글: Paraic Hickey 2014년 4월 2일
Hi, I am plotting a CDF distribution for the max moment caused on a bridge by traffic. I want to change the scale on the y-axis to a double log or Gumbell scale. ie. Ln(Ln)(p) The default options for axis scale are linear or log. What process do I need to use to achieve this double log scale?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 4월 2일
편집: Azzi Abdelmalek 2014년 4월 2일
Use
plot(x,log(log(y)))
  댓글 수: 1
Paraic Hickey
Paraic Hickey 2014년 4월 2일
Thanks Azzi
but how do I do this with cdfplot?
At the minute i am using
z=bootstrp(2500,@max,data)
cdfplot(z)
This returns a cdfplot but i cant change the Y-axis to a double log scale.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Exploration and Visualization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by