clc clear all disp(' In The Name Of God '); disp(' ') disp(' '); disp(' '); m=input(' enter your weight: '); p0=input(' enter your density: '); s=input(' enter your wing area: '); k=input(' enter your k: '); cd0=input(' enter your cd0: '); clm=input(' enter your clmax: '); Pmaxsl=input(' enter your Pmaxsl or Tmaxsl: '); p=input(' enter your density height: '); np=input(' enter your np: '); w=m*9.86; Vminp=((2*w)/((p*s)*((3*cd0)/k)^0.5))^0.5 VminD=((2*w)/((p*s)*(cd0/k)^0.5))^0.5 VmaxR=VminD Vs=((2*w)/(p*s*clm))^0.5 Vcmin=33*((w/s)^0.5); Vcmax=36*((w/s)^0.5); Vcmin Vcmax