How can I generate a "histogram", which shows the relative frequencies depending on the angle as "vectors" in polar coordinates?

조회 수: 1 (최근 30일)
Hello!
I visualize my question in a short picture, which should help to understand my question.
I want a diagram, which shows the relative frequency of a property (depending on the angle) between 90° and 80° / 80° and 70° / 70° and 60° ...
It should be like a histogram, but the length of the "vector" represents the relative frequency and NOT the area of the "vector".
Thanks a lot!
Leo

채택된 답변

Cris LaPierre
Cris LaPierre 2021년 5월 26일
This sounds like you want to use polarhistogram.
  댓글 수: 3

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

추가 답변 (1개)

Steven Lord
Steven Lord 2021년 5월 26일
Take a look at the polarhistogram function. You are likely going to want to set the 'Normalization' name-value pair argument to 'probability'.
  댓글 수: 5
Leo
Leo 2021년 5월 26일
In short: I don´t know how to label the axes by this type of diagram.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by