1
1
2
2
function part5_results()
3
3
% Generate
4
- % total_cost_scenario
5
- % CO2
4
+ total_cost_scenario
5
+ CO2
6
6
E_bought
7
- % E_gen
8
- % gas_bought
7
+ E_gen
8
+ gas_bought
9
9
end
10
10
11
11
@@ -26,7 +26,7 @@ function total_cost_scenario()
26
26
xlabel(' Scenarios' )
27
27
ylabel(' Total Cost [MCHF/yr]' )
28
28
legend(' CAPEX' , ' OPEX' , ' Location' , ' northeast' );
29
- figExport(5 , 4 , ' Cost_scenario' )
29
+ figExport(8 , 6 , ' Cost_scenario' )
30
30
31
31
end
32
32
@@ -40,7 +40,7 @@ function CO2()
40
40
xlabel(' Scenarios' )
41
41
ylabel(' CO_2 Emissions [t/yr]' )
42
42
43
- figExport(5 , 4 , ' CO2' )
43
+ figExport(8 , 6 , ' CO2' )
44
44
end
45
45
46
46
function E_bought()
@@ -66,8 +66,8 @@ function E_bought()
66
66
bar(t )
67
67
xlabel(' Time period' )
68
68
ylabel(' Electricity bought from grid [kW]' )
69
- legend(' min OPEX' , ' min TOTEX' , ' Self-sufficient' , ' CO2' , ' Location' , ' northwest ' );
70
- figExport(5 , 4 , ' E_bought' )
69
+ legend(' min OPEX' , ' min TOTEX' , ' Self-sufficient' , ' CO2' , ' Location' , ' southwest ' );
70
+ figExport(8 , 6 , ' E_bought' )
71
71
72
72
73
73
end
@@ -95,7 +95,7 @@ function E_gen()
95
95
xlabel(' Time period' )
96
96
ylabel(' Electricity generated [kW]' )
97
97
legend(' min OPEX' , ' min TOTEX' , ' Self-sufficient' , ' CO2' , ' Location' , ' northwest' );
98
- figExport(5 , 4 , ' E_gen' )
98
+ figExport(8 , 6 , ' E_gen' )
99
99
100
100
end
101
101
@@ -123,7 +123,7 @@ function gas_bought()
123
123
xlabel(' Time period' )
124
124
ylabel(' Natural gas from grid [kW]' )
125
125
legend(' min OPEX' , ' min TOTEX' , ' Self-sufficient' , ' CO2' , ' Location' , ' northwest' );
126
- figExport(5 , 4 , ' gas_bought' )
126
+ figExport(8 , 6 , ' gas_bought' )
127
127
128
128
end
129
129
0 commit comments