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)')