From b54df48ad393328f9b373354a64654005577fba5 Mon Sep 17 00:00:00 2001 From: Anson Date: Wed, 21 Apr 2021 21:55:34 -0700 Subject: [PATCH] auto format --- simPrototypeSTART.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simPrototypeSTART.m b/simPrototypeSTART.m index e0c39ec..5effe10 100644 --- a/simPrototypeSTART.m +++ b/simPrototypeSTART.m @@ -19,7 +19,7 @@ D = 0; % Drag [N] stepSize = 0.001; % Simulation Step Size [s] [h_0, vb, burnStartTime] = burnStartTimeCalc(Tcurve, tb, M0, mdot, Mb) - + %% Simulink tic simTime = burnStartTime + tb; % Simulation Time [s] @@ -29,7 +29,7 @@ load_system(model); simOut = sim(model); toc -%% Output +%% Output % Acceleration figure(1) plot(simOut.a) @@ -74,7 +74,7 @@ for i = 1 : length(simOut.h.Data) drawnow limitrate - % Write Animation to gif, set to zero when testing since its slow to render. + % Write Animation to gif, set to zero when testing since its slow to render. outframes = 0; if outframes % Write to the GIF File