Filter löschen
Filter löschen

polarhistogram and Shear flow distribution

3 Ansichten (letzte 30 Tage)
Luca
Luca am 9 Dez. 2018
Kommentiert: Luca am 17 Dez. 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 Kommentar
Luca
Luca am 17 Dez. 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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by