How to draw ellipse and identify its center around numerous points with Lat and Lon ?

2 views (last 30 days)
Hi, I am having spatial data in Ncdef format. I want to
1. Plot a graph using lat and lon
2. Darw a best fit ellipse around the lat and lon
3. Identify the centeroid .

Answers (1)

darova
darova on 21 Oct 2019
You can identify bigger axis of ellipse (and it's angle) using pdist2 or just find two furthermost points.

Tags

Community Treasure Hunt

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

Start Hunting!