How do I plot Cycle Range vs Number of Cycles in rainflow ?
Show older comments
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 :

Answers (0)
Categories
Find more on Vibration Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!