MIDAS ver 16 - Purdue University

xms = rmars.*cos(theta); yms = rmars.*sin(theta); figure. plot(x,y) hold on. axis equal. fill(xms,yms,'g') if contact == 1. plot(x(b),y(b),'r*') end aae450atrajr.m . code responsible for propagating the Earth Return Vehicle’s arrival into the Martian atmosphere %Nicholas Saadah %AAE 450 %Presentation #1 (1/16/01) %ERV arrival at Mars. clear all ................
................