quiver plot on coastline map
이전 댓글 표시
Hi all
I have a matrix of m*n dimension for latitude, longitude, velocity components (u,v) I would like to plot this (quiver) on a coastline map.
how can I do that?
Thank you in advance.
댓글 수: 4
José-Luis
2017년 8월 15일
I assume you read the documentation.
What's wrong with
quiver(longitude,latitude,u,v)
Lilya
2017년 8월 15일
José-Luis
2017년 8월 15일
I have no idea. The crystal ball is a bit fuzzy today. That sort of info is something that should have been included in the original question. The mind-reading toolbox is far from complete.
I don't think that toolbox is native.
I don't have your data.
I could speculate as to what is wrong but that is a woefully inefficient way of solving problems.
Lilya
2017년 8월 16일
답변 (1개)
Shuheng
2019년 4월 19일
0 개 추천
Hello
I met the same problem as you.
You can try quiverm instead.
카테고리
도움말 센터 및 File Exchange에서 Vector Fields에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!