how to find the length between two ticks ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello Everybody
I need your help.
I am trying to plot a scale on my graph,I did it with the help of my last question
now to plot the value on my horizontal line on the sclae(left top , ? cm/s) I need to have the length between each plot(interval). how many mm or cm is between data on point 0km and point 5km(interval between ticks).I don't know how to find this length!
Then I probably need to find the max of each data and divide it to this lenght. I suppose this will give me the answer for ?m/s
Thank you
0 comentarios
Respuestas (2)
KSSV
el 23 de En. de 2019
Read about imdistline. With this you can get the distance interactivley....If you want by code..you need to pick the points and use distance formula.
4 comentarios
Ver también
Categorías
Más información sobre Grid Lines, Tick Values, and Labels en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!