% %input a = 16.3045; D0 = 16.3002; L0 = 2*a; Le=; % % Calculate the chord x = 0:0.1:32.6009; m = (10*L0*Le-8*Le^2-2*L0^2)./(L0^2-2*L0*Le); y = (x-L0*0.5*(2+m)).*(L0*x-x.^2)./((Le-L0*0.5*(2+m)).*(L0*Le-Le.^2))*D0*0.5; plot(x,y); |
这个条件当x=Le时,y=D0/2如何加入到代码中
2 条回复