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 Exchange에서 Polar Plots에 대해 자세히 알아보기

제품

태그

Community Treasure Hunt

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

Start Hunting!

Translated by