Application of rainflow on random wave

1 visualización (últimos 30 días)
Maaz Rao
Maaz Rao el 13 de Feb. de 2019
Comentada: Walter Roberson el 26 de Abr. de 2019
Is rainflow applied on a graph or some vector?

Respuesta aceptada

Walter Roberson
Walter Roberson el 13 de Feb. de 2019
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 comentarios
Maaz Rao
Maaz Rao el 26 de Abr. de 2019
in help section it is written that the output rm of the rainflow function is as follows
%%%%%%%%%%%%
rm — Rainflow matrix
matrix
Rainflow matrix. The rows of rm correspond to cycle range, and the columns correspond to cycle mean
but when the histogram is plotted and the the sum of these rows correspond to counts of a specific range
CAN YOU PLEASE CLEAR THIS CONFUSION OF MINE I WOULD REALLY BE THANKFUL
Walter Roberson
Walter Roberson el 26 de Abr. de 2019
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Vibration Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by