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
José-Luis 2017 年 8 月 15 日
I assume you read the documentation.
What's wrong with
quiver(longitude,latitude,u,v)
Lilya
Lilya 2017 年 8 月 15 日
yes, I did.
but I am using m_map toolbox. so m_quiver is equivalent to quiver in this toolbox but it doesn't work ( the data doesn't appear on the map). is there a problem with the number of rows and columns?
José-Luis
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
Lilya 2017 年 8 月 16 日
I did it.
Thank you so much for your attention. appreciate it .

サインインしてコメントする。

回答 (1 件)

Shuheng
Shuheng 2019 年 4 月 19 日

0 投票

Hello
I met the same problem as you.
You can try quiverm instead.

カテゴリ

ヘルプ センター および File ExchangeVector Fields についてさらに検索

タグ

質問済み:

2017 年 8 月 15 日

回答済み:

2019 年 4 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by