How do I plot Cycle Range vs Number of Cycles in rainflow ?

1 回表示 (過去 30 日間)
farzad
farzad 2020 年 4 月 27 日
コメント済み: K G 2021 年 3 月 27 日
Hi All
doing the command
TT = timetable(t,X);
rainflow(TT);
we get a 3D rainflow diaghram. but if I do :
[c1,hist,edges,rmm,idx] = rainflow(X,t);
TT1 = array2table(c1,'VariableNames',{'Count','Range','Mean','Start','End'});
I get only the cycles for each Cycle counts , so number of cycles are always 0.5 or 1.
How do I get a sort of cumulative number of cycles, as what I see in the Cycle Range vs Number of Cycles in 3D rainflow plot ?
I need to eventually plot this :
from this3Dcase :
  6 件のコメント
farzad
farzad 2020 年 4 月 27 日
I just don't know how to make a 2D plot of bars , using barh having the values of two axes
K G
K G 2021 年 3 月 27 日
did u solve this?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by