polarhistogram and Shear flow distribution

3 次查看(过去 30 天)
Hi, I would like to use polarhistogram to represent the cutting flow of a cross section fuselage.
I do not understand how polarhistogram exactly works.
I would like to divide the circumference into N segments and give each one a precise value. Can you help me?
  1 个评论
Luca
Luca 2018-12-17
No one?
For example:
N=32;
theta=linspace(0,2*pi,N+1);
x=zeros(1,N);
y=zeros(1,N);
for i=1:N
x(i)=R_medio*cosd(rad2deg(theta(i))) ; %vettore ascisse dei boom
y(i)=R_medio*sind(rad2deg(theta(i))) ; %vettore ordinate dei boom
end
q=linspace(0,N,N);
% polarhistogram x-> theta and y-> q

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by