Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
teb11007 committed Sep 12, 2017
1 parent 5b542df commit 55695ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ for i=1:6;
end
Average = mean(A_66(:))
Standard_Deviation = std(A_66(:))
```

#Problem 4
```MATLAB
Expand All @@ -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)')
Expand Down

0 comments on commit 55695ec

Please sign in to comment.