From 55695ec71bf96f16a229bea59503564f170bdeb8 Mon Sep 17 00:00:00 2001 From: Travis E Braisted Date: Tue, 12 Sep 2017 12:08:47 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9673023..15971b6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ for i=1:6; end Average = mean(A_66(:)) Standard_Deviation = std(A_66(:)) - +``` #Problem 4 ```MATLAB @@ -35,6 +35,7 @@ transcum=cumsum(data(:,9))./1000000;%cumulative sum of transportational %energy consumption in quintillions figure(2) plot(data(:,1),rescum,data(:,1),transcum) +``` set(gcf, 'Position', [500, 200, 1000, 800]) xlabel('Time (years)') ylabel('Total Energy Consumed (quintillions of BTUs)')