Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
Paraic Hickey
Paraic Hickey am 2 Apr. 2014
Kommentiert: Paraic Hickey am 2 Apr. 2014
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?

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 2 Apr. 2014
Bearbeitet: Azzi Abdelmalek am 2 Apr. 2014
Use
plot(x,log(log(y)))
  1 Kommentar
Paraic Hickey
Paraic Hickey am 2 Apr. 2014
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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by