필터 지우기
필터 지우기

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

조회 수: 15 (최근 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 CenterFile Exchange에서 Vibration Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by