polarhistogram and Shear flow distribution

3 views (last 30 days)
Luca
Luca on 9 Dec 2018
Commented: Luca on 17 Dec 2018
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 Comment
Luca
Luca on 17 Dec 2018
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

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!