Info

This question is closed. Reopen it to edit or answer.

Any ideas on capturing movement of coastlin

2 views (last 30 days)
Lavnish Gupta
Lavnish Gupta on 4 Jul 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
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?

Answers (1)

KSSV
KSSV on 4 Jul 2018
Read about interpolation. Go for interpolation and get the data to same dimensions. Read about interp1.

Tags

Community Treasure Hunt

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

Start Hunting!