Info
This question is closed. Reopen it to edit or answer.
Any ideas on capturing movement of coastlin
1 view (last 30 days)
Show older comments
I am having a coastline whose movement I need to capture. For each coastline, there are x and y coordinate vectors. Problem is that each of them has different no. of datapoints.
For coastline 1, x and y are 1788X1 For coastline 2, x and y are 1655X1
I want to compute the average distance the coastline has moved. Any ideas or suggestions?
0 Comments
Answers (1)
KSSV
on 4 Jul 2018
Read about interpolation. Go for interpolation and get the data to same dimensions. Read about interp1.
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!