how to find the coordinates points among two known points?

2 views (last 30 days)
I would like to fill the missing coordinates knowing the location of the points, for example:
  • If you have a line of length 32 meters, and we have coordinates information each 4 meters, how would I calculate unknown coordinates for any position amogn 96 meters?
Take a look of this vector:
V = [0 428724.05 676478.6
1.824 NaN NaN
1.941 NaN NaN
3.6 NaN NaN
3.881 NaN NaN
4 428723.9421 676482.4079
5.696 NaN NaN
5.82 NaN NaN
5.939 NaN NaN
8 428723.8342 676486.2158
9.552 NaN NaN
9.689 NaN NaN
9.816 NaN NaN
9.938 NaN NaN
11.3 NaN NaN
11.6 NaN NaN
11.8 NaN NaN
12 428723.7263 676490.0238
13.391 NaN NaN
13.544 NaN NaN
13.683 NaN NaN
13.811 NaN NaN
13.936 NaN NaN
16 428723.6183 676493.8317
17.215 NaN NaN
17.381 NaN NaN
17.535 NaN NaN
17.676 NaN NaN
17.807 NaN NaN
17.933 NaN NaN
19 NaN NaN
19.3 NaN NaN
19.6 NaN NaN
19.8 NaN NaN
20 428723.5104 676497.6396
21.205 NaN NaN
21.371 NaN NaN
21.527 NaN NaN
21.669 NaN NaN
21.802 NaN NaN
21.931 NaN NaN
24 428723.4025 676501.4475
25.194 NaN NaN
25.361 NaN NaN
25.518 NaN NaN
25.662 NaN NaN
25.796 NaN NaN
25.929 NaN NaN
26.7 NaN NaN
27 NaN NaN
27.3 NaN NaN
27.5 NaN NaN
27.8 NaN NaN
28 428723.2946 676505.2554
29.182 NaN NaN
29.35 NaN NaN
29.508 NaN NaN
29.654 NaN NaN
29.791 NaN NaN
29.926 NaN NaN
32 428723.1867 676509.0633];
How could we optain NaN values among each coordinates knowing the distance position along the line?

Answers (0)

Categories

Find more on Cartesian Coordinate System Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!