root/applications/dual/SIDP/SIDPS/matlab/vyst2.m @ 1181

Revision 1181, 8.1 kB (checked in by zimamiro, 14 years ago)
Line 
1function los=vyst2(regulator_parameters,system,apriori,N)
2los=zeros(4,3);
3
4%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5regulator_parameters.horizont=5;
6apriori.P0=1;
7apriori.b0=0;
8[m los]=mc_study(regulator_parameters,system,apriori,N,[regulator_parameters.horizont apriori.P0 apriori.b0]);
9
10figure
11hist(min(los(1,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CE');
12title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 0'); set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
13text(9.4,-8,'\fontsize{18}<')
14
15figure
16hist(min(los(2,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CC')
17title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 0');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
18text(9.4,-8,'\fontsize{18}<')
19
20figure
21hist(min(los(3,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} SIDP')
22title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 0');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
23text(9.4,-8,'\fontsize{18}<')
24
25figure
26hist(min(los(4,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} DP')
27title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 0');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
28text(9.4,-8,'\fontsize{18}<')
29
30apriori.b0=1;
31[m los]=mc_study(regulator_parameters,system,apriori,N,[regulator_parameters.horizont apriori.P0 apriori.b0]);
32text(9.4,-8,'\fontsize{18}<')
33
34figure
35hist(min(los(1,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CE');
36title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 1');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
37text(9.4,-8,'\fontsize{18}<')
38
39figure
40hist(min(los(2,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CC')
41title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 1');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
42text(9.4,-8,'\fontsize{18}<')
43
44figure
45hist(min(los(3,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} SIDP')
46title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 1');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
47text(9.4,-8,'\fontsize{18}<')
48
49figure
50hist(min(los(4,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} DP')
51title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 1');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
52text(9.4,-8,'\fontsize{18}<')
53
54apriori.b0=10;
55[m los]=mc_study(regulator_parameters,system,apriori,N,[regulator_parameters.horizont apriori.P0 apriori.b0]);
56text(9.4,-8,'\fontsize{18}<')
57
58figure
59hist(min(los(1,:),10),100);    AXIS([0 10 0 150]);    text(8,120,'\fontsize{18} CE');
60title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 10');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
61text(9.4,-8,'\fontsize{18}<')
62
63figure
64hist(min(los(2,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CC')
65title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 10');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
66text(9.4,-8,'\fontsize{18}<')
67
68figure
69hist(min(los(3,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} SIDP')
70title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 10');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
71text(9.4,-8,'\fontsize{18}<')
72
73figure
74hist(min(los(4,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} DP')
75title('P_0 = 1, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 10');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
76text(9.4,-8,'\fontsize{18}<')
77
78%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
79apriori.P0=10;
80apriori.b0=0;
81[m los]=mc_study(regulator_parameters,system,apriori,N,[regulator_parameters.horizont apriori.P0 apriori.b0]);
82text(9.4,-8,'\fontsize{18}<')
83
84figure
85hist(min(los(1,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CE');
86title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 0');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
87text(9.4,-8,'\fontsize{18}<')
88
89figure
90hist(min(los(2,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CC')
91title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 0');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
92text(9.4,-8,'\fontsize{18}<')
93
94figure
95hist(min(los(3,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} SIDP')
96title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 0');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
97text(9.4,-8,'\fontsize{18}<')
98
99figure
100hist(min(los(4,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} DP')
101title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 0');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
102text(9.4,-8,'\fontsize{18}<')
103
104apriori.b0=1;
105[m los]=mc_study(regulator_parameters,system,apriori,N,[regulator_parameters.horizont apriori.P0 apriori.b0]);
106
107figure
108hist(min(los(1,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CE');
109title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 1');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
110text(9.4,-8,'\fontsize{18}<')
111
112figure
113hist(min(los(2,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CC')
114title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 1');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
115text(9.4,-8,'\fontsize{18}<')
116
117figure
118hist(min(los(3,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} SIDP')
119title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 1');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
120text(9.4,-8,'\fontsize{18}<')
121
122figure
123hist(min(los(4,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} DP')
124title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 1');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
125text(9.4,-8,'\fontsize{18}<')
126
127apriori.b0=10;
128[m los]=mc_study(regulator_parameters,system,apriori,N,[regulator_parameters.horizont apriori.P0 apriori.b0]);
129
130figure
131hist(min(los(1,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CE');
132title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 10');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
133text(9.4,-8,'\fontsize{18}<')
134
135figure
136hist(min(los(2,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} CC')
137title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 10');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
138text(9.4,-8,'\fontsize{18}<')
139
140figure
141hist(min(los(3,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} SIDP')
142title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 10');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
143text(9.4,-8,'\fontsize{18}<')
144
145figure
146hist(min(los(4,:),10),100);    AXIS([0 10 0 150]);   text(8,120,'\fontsize{18} DP')
147title('P_0 = 10, {}_{^{\fontsize{18}\theta}}^{\fontsize{16}\^}_{0} = 10');set( get(gcf, 'Children'), 'FontSize', 18);set(get(get(gcf, 'Children'),'Title'), 'FontSize', 18);
148text(9.4,-8,'\fontsize{18}<')
149
150end
Note: See TracBrowser for help on using the browser.