Al estar trabajando la grafica no aparece, se abre la ventana pero solo aparece la cuadricula sin ningun tipo de lineas
2 ビュー (過去 30 日間)
表示 古いコメント
%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 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Find more on Migrate GUIDE Apps 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!