Al estar trabajando la grafica no aparece, se abre la ventana pero solo aparece la cuadricula sin ningun tipo de lineas
13 views (last 30 days)
Show older comments
%Graficas GRADIENTE de ascenso
S=14.864 %m2
Cdo=0.037
w=10691.8 %máximo peso despegue [N]
k=0.0707
%------------- 0 M----------------
V=29.8:0.2:66.4 %[N]
%Potencia requerida
Preqer=(0.5*1.225*V.^3*Cdo*S+2*k*(w.^2*(1.225*V*S).^-1)) % W
%Potencia disponible
j=V/(45*1.93)
n=-8.4375*j.^4+18.426*j.^3-15.487*j.^2+6.5193*j-0.4548
Pdisp=((135-0.01342*0)*1000*n) % W
RC=((Pdisp-Preqer)/(10691.8))*(180/pi)
grad=RC/V
plot(V,grad,'k'),xlabel('V [m/s]'),ylabel('Rc [m/s]')
grid on
hold on
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!