필터 지우기
필터 지우기

displaying data in a sectioned annulus

조회 수: 4 (최근 30일)
Will Donahue
Will Donahue 2015년 3월 3일
댓글: Image Analyst 2015년 3월 4일
Hi Everyone,
I am working on a project of calculating various values to an annulus. I am calculating these values to 10 separate segments in this region.
My goal is to be able to create charts of the values using the annulus as the graph shape. So calculations to bin 1 would be displayed in bin 1 with a color based on its value.
Is there any way to easily do this?
Thanks,
Will

답변 (3개)

Star Strider
Star Strider 2015년 3월 3일
I’m not really certain what you want to do, but two possibilities are the rose and the pie functions. If worst comes to worst, you might have to create your own plot of your annulus, but that likely wouldn’t be to difficult.

Will Donahue
Will Donahue 2015년 3월 4일
I apologize for the short description before I was running out the door for an exam.
Suppose I have an annulus where I calculated the values for each box as below. Sorry for the bad drawing but all the sectors are of equal arc length.
Is there a way to generate this type of image in matlab easily maybe with color based on the values in them. This is to visualize data so I can begin to draft a model. Currently I have hundreds of annuli points but I am trying to find a quick way for me to visualize it in a way that will allow me to see the patterns as they form.
Star Strider the pie chart will not work as it normalizes data and the rose chart generates a histogram which is not exactly what I am looking for. Thank you for the suggestions.

Image Analyst
Image Analyst 2015년 3월 4일
Perhaps the FAQ for creating arcs and annulus will help: http://matlab.wikia.com/wiki/FAQ#How_do_I_create_a_ring.3F
  댓글 수: 1
Image Analyst
Image Analyst 2015년 3월 4일
and my attached code which makes this:
You can adjust the parameters like number of sectors and radii.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Polar Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by