My plots are currently not showing up. Also, I was wondering if there's a way for me to put figures 1 & 2 in one graph. Thank you for the help! I've attached my code below.
aa=sqrt(gamma*R*32.17*Ta);
Tta_Ta=(1+0.5*(gamma-1).*Ma^2);
Pta_Pa=(Tta_Ta)^((gamma)/(gamma-1));
tau_c=pi_c.^((gamma-1)./gamma);
m_dotf=(m_dot*Cp*(T_t4-T_t3))./ deltaH;
T_8=T_t6.*((P_8./P_t6).^((gamma-1)/gamma));
u_8=[2*Cp.*(T_t6-T_8)*32.17*778.16].^0.5;
a_8=(gamma*R*T_8.*32.17).^0.5;
A_8=m_dotf.*144./(rho_8.*u_8*32.17);
nDF=(F.*32.17)./(mdot.*a_a);
title('Figure 1. TSFC_a vs. \pi_c');
title ('Figure 2. nDF_a vs. \pi_c');