please help with polar plot

Hi guys I am doing PhD study on obseving the flow velocities in pipe flow partailly filled. I sketched a figure1 showing a pipe with dimeter 60 cm and flow depth is 15 cm, the red points showing where the velocities in x direction are measured '' you can assume any values''. I need to plot that into contour style in Matlab.. just like the figure2 shown below. thank you figure1 http://i49.tinypic.com/3150568.jpg

 採用された回答

Walter Roberson
Walter Roberson 2012 年 12 月 3 日

1 投票

Instead of treating it as a polar plot, treat it as a rectangular coordinate plot, assigning NaN to the z coordinate for each point where there should not be any data. Then contourf().

3 件のコメント

Eslam
Eslam 2012 年 12 月 3 日
Thanx Walter, I know this idea, but it is gonna take long time to identify the circle, i hope u see what i mean.
Walter Roberson
Walter Roberson 2012 年 12 月 3 日
You can draw the circle outline on top of the contourf() plot.
Eslam
Eslam 2012 年 12 月 3 日
Mr Walter,Thanx again for your help.. could you please do an example of that, assume any values.

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

その他の回答 (0 件)

カテゴリ

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

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by