how to find the length between two ticks ?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
KSSV
2019-1-23
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 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!