Application of rainflow on random wave
조회 수: 3 (최근 30일)
이전 댓글 표시
Is rainflow applied on a graph or some vector?
댓글 수: 0
채택된 답변
Walter Roberson
2019년 2월 13일
The Mathworks supplied rainflow routine is documented as expecting a vector of single or double .
The File Exchange contributions I pointed out to you were created before matlab added graph objects . They expect data not objects.
댓글 수: 6
Walter Roberson
2019년 4월 26일
I do not see any contradiction there. The rm matrix is a 2D histogram, so it makes sense that the sums along the rows or along the columns add up to the totals expected for that class. The bin locations are returned in the next two output arguments after rm.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Vibration Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!