フィルターのクリア

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 Center および File ExchangeExploration and Visualization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by