You are on page 1of 1

%airfoil angle

a=5;

s=zeros(1,5);
for aoa=-10:5:10
s(3+aoa/5)=solve.da(a,aoa);
end
%slipline angle with initial flow direction, in degrees.
s

s =

1.7854 0.7557 0.0001 -0.4479 -0.5790

Published with MATLAB® R2019a

You might also like