How to plot error ellipses on the head of the quiver's arrows?

4 次查看(过去 30 天)
Hi everyone I have some GPS data and I want to plot them as arrows with an ellipse on the head showing the velocities'uncertainty. You can see an example in the image attached. So my dataset is made of six coloumns: latitude, longitude, horizontal velocity, vertical velocity, horizontal uncertainty and vertical uncertainty. I think I can do it if I know the coordinates of the top of the arrows that I can trace with quiver. Do you know how to find these points?
The other problems is that arrows'length in quiver are scaled each other so in order to draw my error-ellipses I need to know the scale factor or at least the length of the arrow in order to scale my uncertainties. Any suggestions?

采纳的回答

darova
darova 2020-2-17
  • So my dataset is made of six coloumns: latitude, longitude, horizontal velocity, vertical velocity, horizontal uncertainty and vertical uncertainty.
If scaling of quiver is 1
endx = latitude+hor_velocity;
endy = longitude+ver_velocity;
THen just use for loop to draw each ellipse

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Vector Fields 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by