1 |
afe |
1.1 |
%!PS-Adobe-2.0 EPSF-1.2 |
2 |
|
|
%%Creator: MATLAB, The Mathworks, Inc. |
3 |
|
|
%%Title: /SCRATCH/s07/sai/EnKF/helloWorld.eps |
4 |
|
|
%%CreationDate: 12/19/2002 12:36:21 |
5 |
|
|
%%DocumentNeededFonts: Helvetica |
6 |
|
|
%%DocumentProcessColors: Cyan Magenta Yellow Black |
7 |
|
|
%%Pages: 1 |
8 |
|
|
%%BoundingBox: 76 212 549 589 |
9 |
|
|
%%EndComments |
10 |
|
|
|
11 |
|
|
%%BeginProlog |
12 |
|
|
% MathWorks dictionary |
13 |
|
|
/MathWorks 160 dict begin |
14 |
|
|
% definition operators |
15 |
|
|
/bdef {bind def} bind def |
16 |
|
|
/ldef {load def} bind def |
17 |
|
|
/xdef {exch def} bdef |
18 |
|
|
/xstore {exch store} bdef |
19 |
|
|
% operator abbreviations |
20 |
|
|
/c /clip ldef |
21 |
|
|
/cc /concat ldef |
22 |
|
|
/cp /closepath ldef |
23 |
|
|
/gr /grestore ldef |
24 |
|
|
/gs /gsave ldef |
25 |
|
|
/mt /moveto ldef |
26 |
|
|
/np /newpath ldef |
27 |
|
|
/cm /currentmatrix ldef |
28 |
|
|
/sm /setmatrix ldef |
29 |
|
|
/rm /rmoveto ldef |
30 |
|
|
/rl /rlineto ldef |
31 |
|
|
/s {show newpath} bdef |
32 |
|
|
/sc {setcmykcolor} bdef |
33 |
|
|
/sr /setrgbcolor ldef |
34 |
|
|
/sg /setgray ldef |
35 |
|
|
/w /setlinewidth ldef |
36 |
|
|
/j /setlinejoin ldef |
37 |
|
|
/cap /setlinecap ldef |
38 |
|
|
/rc {rectclip} bdef |
39 |
|
|
/rf {rectfill} bdef |
40 |
|
|
% page state control |
41 |
|
|
/pgsv () def |
42 |
|
|
/bpage {/pgsv save def} bdef |
43 |
|
|
/epage {pgsv restore} bdef |
44 |
|
|
/bplot /gsave ldef |
45 |
|
|
/eplot {stroke grestore} bdef |
46 |
|
|
% orientation switch |
47 |
|
|
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def |
48 |
|
|
% coordinate system mappings |
49 |
|
|
/dpi2point 0 def |
50 |
|
|
% font control |
51 |
|
|
/FontSize 0 def |
52 |
|
|
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] |
53 |
|
|
makefont setfont} bdef |
54 |
|
|
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse |
55 |
|
|
exch dup 3 1 roll findfont dup length dict begin |
56 |
|
|
{ 1 index /FID ne {def}{pop pop} ifelse } forall |
57 |
|
|
/Encoding exch def currentdict end definefont pop} bdef |
58 |
|
|
/isroman {findfont /CharStrings get /Agrave known} bdef |
59 |
|
|
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse |
60 |
|
|
exch FMS} bdef |
61 |
|
|
/csm {1 dpi2point div -1 dpi2point div scale neg translate |
62 |
|
|
dup landscapeMode eq {pop -90 rotate} |
63 |
|
|
{rotateMode eq {90 rotate} if} ifelse} bdef |
64 |
|
|
% line types: solid, dotted, dashed, dotdash |
65 |
|
|
/SO { [] 0 setdash } bdef |
66 |
|
|
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef |
67 |
|
|
/DA { [6 dpi2point mul] 0 setdash } bdef |
68 |
|
|
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 |
69 |
|
|
dpi2point mul] 0 setdash } bdef |
70 |
|
|
% macros for lines and objects |
71 |
|
|
/L {lineto stroke} bdef |
72 |
|
|
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef |
73 |
|
|
/AP {{rlineto} repeat} bdef |
74 |
|
|
/PDlw -1 def |
75 |
|
|
/W {/PDlw currentlinewidth def setlinewidth} def |
76 |
|
|
/PP {closepath eofill} bdef |
77 |
|
|
/DP {closepath stroke} bdef |
78 |
|
|
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto |
79 |
|
|
neg 0 exch rlineto closepath} bdef |
80 |
|
|
/FR {MR stroke} bdef |
81 |
|
|
/PR {MR fill} bdef |
82 |
|
|
/L1i {{currentfile picstr readhexstring pop} image} bdef |
83 |
|
|
/tMatrix matrix def |
84 |
|
|
/MakeOval {newpath tMatrix currentmatrix pop translate scale |
85 |
|
|
0 0 1 0 360 arc tMatrix setmatrix} bdef |
86 |
|
|
/FO {MakeOval stroke} bdef |
87 |
|
|
/PO {MakeOval fill} bdef |
88 |
|
|
/PD {currentlinewidth 2 div 0 360 arc fill |
89 |
|
|
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def |
90 |
|
|
/FA {newpath tMatrix currentmatrix pop translate scale |
91 |
|
|
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef |
92 |
|
|
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale |
93 |
|
|
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef |
94 |
|
|
/FAn {newpath tMatrix currentmatrix pop translate scale |
95 |
|
|
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef |
96 |
|
|
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale |
97 |
|
|
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef |
98 |
|
|
/vradius 0 def /hradius 0 def /lry 0 def |
99 |
|
|
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def |
100 |
|
|
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef |
101 |
|
|
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly |
102 |
|
|
vradius add translate hradius vradius scale 0 0 1 180 270 arc |
103 |
|
|
tMatrix setmatrix lrx hradius sub uly vradius add translate |
104 |
|
|
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix |
105 |
|
|
lrx hradius sub lry vradius sub translate hradius vradius scale |
106 |
|
|
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub |
107 |
|
|
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix |
108 |
|
|
closepath} bdef |
109 |
|
|
/FRR {MRR stroke } bdef |
110 |
|
|
/PRR {MRR fill } bdef |
111 |
|
|
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def |
112 |
|
|
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate |
113 |
|
|
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad |
114 |
|
|
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix |
115 |
|
|
closepath} bdef |
116 |
|
|
/FlrRR {MlrRR stroke } bdef |
117 |
|
|
/PlrRR {MlrRR fill } bdef |
118 |
|
|
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def |
119 |
|
|
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate |
120 |
|
|
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad |
121 |
|
|
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix |
122 |
|
|
closepath} bdef |
123 |
|
|
/FtbRR {MtbRR stroke } bdef |
124 |
|
|
/PtbRR {MtbRR fill } bdef |
125 |
|
|
/stri 6 array def /dtri 6 array def |
126 |
|
|
/smat 6 array def /dmat 6 array def |
127 |
|
|
/tmat1 6 array def /tmat2 6 array def /dif 3 array def |
128 |
|
|
/asub {/ind2 exch def /ind1 exch def dup dup |
129 |
|
|
ind1 get exch ind2 get sub exch } bdef |
130 |
|
|
/tri_to_matrix { |
131 |
|
|
2 0 asub 3 1 asub 4 0 asub 5 1 asub |
132 |
|
|
dup 0 get exch 1 get 7 -1 roll astore } bdef |
133 |
|
|
/compute_transform { |
134 |
|
|
dmat dtri tri_to_matrix tmat1 invertmatrix |
135 |
|
|
smat stri tri_to_matrix tmat2 concatmatrix } bdef |
136 |
|
|
/ds {stri astore pop} bdef |
137 |
|
|
/dt {dtri astore pop} bdef |
138 |
|
|
/db {2 copy /cols xdef /rows xdef mul dup string |
139 |
|
|
currentfile exch readhexstring pop |
140 |
|
|
/bmap xdef pop pop} bdef |
141 |
|
|
/it {gs np dtri aload pop moveto lineto lineto cp c |
142 |
|
|
cols rows 8 compute_transform |
143 |
|
|
{bmap} image gr}bdef |
144 |
|
|
/il {newpath moveto lineto stroke}bdef |
145 |
|
|
currentdict end def |
146 |
|
|
%%EndProlog |
147 |
|
|
|
148 |
|
|
%%BeginSetup |
149 |
|
|
MathWorks begin |
150 |
|
|
|
151 |
|
|
0 cap |
152 |
|
|
|
153 |
|
|
end |
154 |
|
|
%%EndSetup |
155 |
|
|
|
156 |
|
|
%%Page: 1 1 |
157 |
|
|
%%BeginPageSetup |
158 |
|
|
%%PageBoundingBox: 76 212 549 589 |
159 |
|
|
MathWorks begin |
160 |
|
|
bpage |
161 |
|
|
%%EndPageSetup |
162 |
|
|
|
163 |
|
|
%%BeginObject: obj1 |
164 |
|
|
bplot |
165 |
|
|
|
166 |
|
|
/dpi2point 12 def |
167 |
|
|
portraitMode 0216 7344 csm |
168 |
|
|
|
169 |
|
|
698 274 5674 4515 MR c np |
170 |
|
|
91 dict begin %Colortable dictionary |
171 |
|
|
/c0 { 0 0 0 sr} bdef |
172 |
|
|
/c1 { 1 1 1 sr} bdef |
173 |
|
|
/c2 { 1 0 0 sr} bdef |
174 |
|
|
/c3 { 0 1 0 sr} bdef |
175 |
|
|
/c4 { 0 0 1 sr} bdef |
176 |
|
|
/c5 { 1 1 0 sr} bdef |
177 |
|
|
/c6 { 1 0 1 sr} bdef |
178 |
|
|
/c7 { 0 1 1 sr} bdef |
179 |
|
|
c0 |
180 |
|
|
1 j |
181 |
|
|
1 sg |
182 |
|
|
0 0 6914 5188 PR |
183 |
|
|
6 w |
184 |
|
|
0 4227 5357 0 0 -4227 899 4616 4 MP |
185 |
|
|
PP |
186 |
|
|
-5357 0 0 4227 5357 0 0 -4227 899 4616 5 MP stroke |
187 |
|
|
4 w |
188 |
|
|
DO |
189 |
|
|
SO |
190 |
|
|
6 w |
191 |
|
|
0 sg |
192 |
|
|
899 4616 mt 6256 4616 L |
193 |
|
|
899 389 mt 6256 389 L |
194 |
|
|
899 4616 mt 899 389 L |
195 |
|
|
6256 4616 mt 6256 389 L |
196 |
|
|
899 4616 mt 6256 4616 L |
197 |
|
|
899 4616 mt 899 389 L |
198 |
|
|
899 4616 mt 899 4562 L |
199 |
|
|
899 389 mt 899 442 L |
200 |
|
|
%%IncludeResource: font Helvetica |
201 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
202 |
|
|
|
203 |
|
|
866 4761 mt |
204 |
|
|
(0) s |
205 |
|
|
1664 4616 mt 1664 4562 L |
206 |
|
|
1664 389 mt 1664 442 L |
207 |
|
|
1631 4761 mt |
208 |
|
|
(5) s |
209 |
|
|
2429 4616 mt 2429 4562 L |
210 |
|
|
2429 389 mt 2429 442 L |
211 |
|
|
2363 4761 mt |
212 |
|
|
(10) s |
213 |
|
|
3194 4616 mt 3194 4562 L |
214 |
|
|
3194 389 mt 3194 442 L |
215 |
|
|
3128 4761 mt |
216 |
|
|
(15) s |
217 |
|
|
3960 4616 mt 3960 4562 L |
218 |
|
|
3960 389 mt 3960 442 L |
219 |
|
|
3894 4761 mt |
220 |
|
|
(20) s |
221 |
|
|
4725 4616 mt 4725 4562 L |
222 |
|
|
4725 389 mt 4725 442 L |
223 |
|
|
4659 4761 mt |
224 |
|
|
(25) s |
225 |
|
|
5490 4616 mt 5490 4562 L |
226 |
|
|
5490 389 mt 5490 442 L |
227 |
|
|
5424 4761 mt |
228 |
|
|
(30) s |
229 |
|
|
6256 4616 mt 6256 4562 L |
230 |
|
|
6256 389 mt 6256 442 L |
231 |
|
|
6190 4761 mt |
232 |
|
|
(35) s |
233 |
|
|
899 4616 mt 952 4616 L |
234 |
|
|
6256 4616 mt 6202 4616 L |
235 |
|
|
698 4660 mt |
236 |
|
|
(0.8) s |
237 |
|
|
899 4146 mt 952 4146 L |
238 |
|
|
6256 4146 mt 6202 4146 L |
239 |
|
|
798 4190 mt |
240 |
|
|
(1) s |
241 |
|
|
899 3676 mt 952 3676 L |
242 |
|
|
6256 3676 mt 6202 3676 L |
243 |
|
|
698 3720 mt |
244 |
|
|
(1.2) s |
245 |
|
|
899 3207 mt 952 3207 L |
246 |
|
|
6256 3207 mt 6202 3207 L |
247 |
|
|
698 3251 mt |
248 |
|
|
(1.4) s |
249 |
|
|
899 2737 mt 952 2737 L |
250 |
|
|
6256 2737 mt 6202 2737 L |
251 |
|
|
698 2781 mt |
252 |
|
|
(1.6) s |
253 |
|
|
899 2267 mt 952 2267 L |
254 |
|
|
6256 2267 mt 6202 2267 L |
255 |
|
|
698 2311 mt |
256 |
|
|
(1.8) s |
257 |
|
|
899 1798 mt 952 1798 L |
258 |
|
|
6256 1798 mt 6202 1798 L |
259 |
|
|
798 1842 mt |
260 |
|
|
(2) s |
261 |
|
|
899 1328 mt 952 1328 L |
262 |
|
|
6256 1328 mt 6202 1328 L |
263 |
|
|
698 1372 mt |
264 |
|
|
(2.2) s |
265 |
|
|
899 858 mt 952 858 L |
266 |
|
|
6256 858 mt 6202 858 L |
267 |
|
|
698 902 mt |
268 |
|
|
(2.4) s |
269 |
|
|
899 389 mt 952 389 L |
270 |
|
|
6256 389 mt 6202 389 L |
271 |
|
|
698 433 mt |
272 |
|
|
(2.6) s |
273 |
|
|
899 4616 mt 6256 4616 L |
274 |
|
|
899 389 mt 6256 389 L |
275 |
|
|
899 4616 mt 899 389 L |
276 |
|
|
6256 4616 mt 6256 389 L |
277 |
|
|
gs 899 389 5358 4228 MR c np |
278 |
|
|
153 285 153 -349 153 -44 153 -260 153 45 153 116 153 207 153 -40 |
279 |
|
|
153 -212 153 13 153 -165 153 275 153 -109 153 27 154 188 153 21 |
280 |
|
|
153 91 153 -119 153 52 153 21 153 -26 153 54 153 166 153 123 |
281 |
|
|
153 331 153 -24 153 116 153 358 153 219 153 334 153 1064 1052 1081 32 MP stroke |
282 |
|
|
153 72 153 -185 153 278 153 28 153 42 153 -20 153 -43 153 -180 |
283 |
|
|
153 391 153 113 153 -292 153 -58 153 -82 153 72 154 -22 153 60 |
284 |
|
|
153 19 153 -82 153 600 153 -422 153 151 153 3 153 147 153 -190 |
285 |
|
|
153 188 153 -24 153 81 153 330 153 497 153 450 153 940 1052 1411 32 MP stroke |
286 |
|
|
153 285 153 -349 153 -44 153 -260 153 45 153 116 153 207 153 -40 |
287 |
|
|
153 -212 153 13 153 -165 153 275 153 -109 153 27 154 188 153 21 |
288 |
|
|
153 91 153 -119 153 52 153 21 153 -26 153 54 153 166 153 123 |
289 |
|
|
153 331 153 -24 153 116 153 358 153 219 153 334 153 1064 1052 1081 32 MP stroke |
290 |
|
|
gr |
291 |
|
|
|
292 |
|
|
|
293 |
|
|
end |
294 |
|
|
|
295 |
|
|
eplot |
296 |
|
|
%%EndObject |
297 |
|
|
|
298 |
|
|
epage |
299 |
|
|
end |
300 |
|
|
|
301 |
|
|
showpage |
302 |
|
|
|
303 |
|
|
%%Trailer |
304 |
|
|
%%EOF |