Info
此问题已关闭。 请重新打开它进行编辑或回答。
Any ideas on capturing movement of coastlin
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
KSSV
2018-7-4
Read about interpolation. Go for interpolation and get the data to same dimensions. Read about interp1.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!