Borrar filtros
Borrar filtros

How to measure graph wave distance ?

95 visualizaciones (últimos 30 días)
MARLIANA HAFIZA
MARLIANA HAFIZA el 23 de Sept. de 2024 a las 4:57
Comentada: MARLIANA HAFIZA el 23 de Sept. de 2024 a las 7:49
I want to find the distance between the graph and straight line as shown below,
Thank you.
  2 comentarios
Shashi Kiran
Shashi Kiran el 23 de Sept. de 2024 a las 6:56
Do you have the specific points on the curve and the line available?
MARLIANA HAFIZA
MARLIANA HAFIZA el 23 de Sept. de 2024 a las 7:49
I want to find the distance for all the points together. I have the points value for each line

Iniciar sesión para comentar.

Respuestas (1)

Bruno Luong
Bruno Luong el 23 de Sept. de 2024 a las 7:24
Editada: Bruno Luong el 23 de Sept. de 2024 a las 7:24
It looks like you need to rotate the whole picture (red line + blue curve) to minus the slope of the red line.
After rotation the redline become horizontal; then tthe distance is just the differential y-coordinate (after rotation) of the any blue points to the y-coordinate of the horizontal red line
Rotation is multiply x-y coordinates by matrix, see wiki
R := [cos(theta) -sin(theta);
sin(theta) cos(theta)]
R*[x;y]
Use theta as minus the slope of red line. You must know the redlinne equaltion, so its slope somehow.

Categorías

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

Etiquetas

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by