⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 schools_ksd.eps

📁 matlab中实现openbugs或winbugs的功能调用
💻 EPS
📖 第 1 页 / 共 3 页
字号:
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc. Version 7.4.0.287 (R2007a). Operating System: Microsoft Windows XP.
%%Title: C:\kmurphy\svnCheckout\root\code\learning\sampling\BUGS\matbugs\schools_ksd.eps
%%CreationDate: 10/11/2007  20:34:09
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox:  -174    50   786   740
%%EndComments

%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c  /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
  makefont setfont} bdef
/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
ISOLatin1Encoding WindowsLatin1Encoding copy pop
/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
  exch dup 3 1 roll findfont dup length dict begin
  { 1 index /FID ne {def}{pop pop} ifelse } forall
  /Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
  exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
 dup landscapeMode eq {pop -90 rotate}
  {rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
  dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
  neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
  tMatrix setmatrix lrx hradius sub uly vradius add translate
  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
  lrx hradius sub lry vradius sub translate hradius vradius scale
  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
  closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
  closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
  closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
  ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
  2 0 asub 3 1 asub 4 0 asub 5 1 asub
  dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
  dmat dtri tri_to_matrix tmat1 invertmatrix 
  smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
  currentfile 
  3 index 0 eq {/ASCIIHexDecode filter}
  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
  ifelse exch readstring pop
  dup 0 3 index getinterval /rbmap xdef
  dup 2 index dup getinterval /gbmap xdef
  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  rbmap gbmap bbmap true 3 colorimage gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:  -174    50   786   740
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode -2088 8880 csm

    0     0 11520  8280 rc
86 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
   0    0 11521 8281 rf
6 w
0 1786 2458 0 0 -1786 1498 2407 4 MP
PP
-2458 0 0 1786 2458 0 0 -1786 1498 2407 5 MP stroke
4 w
DO
SO
6 w
0 sg
1498 2407 mt 3956 2407 L
1498 2407 mt 1498  621 L
1498 2407 mt 1498 2382 L
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 120 FMSR

1362 2552 mt 
(-20) s
2112 2407 mt 2112 2382 L
2079 2552 mt 
(0) s
2727 2407 mt 2727 2382 L
2661 2552 mt 
(20) s
3341 2407 mt 3341 2382 L
3275 2552 mt 
(40) s
3956 2407 mt 3956 2382 L
3890 2552 mt 
(60) s
1498 2407 mt 1522 2407 L
1397 2451 mt 
(0) s
1498 1960 mt 1522 1960 L
1230 2004 mt 
(0.02) s
1498 1514 mt 1522 1514 L
1230 1558 mt 
(0.04) s
1498 1067 mt 1522 1067 L
1230 1111 mt 
(0.06) s
1498  621 mt 1522  621 L
1230  665 mt 
(0.08) s
gs 1498 621 2459 1787 rc
/c8 { 1.000000 0.000000 0.000000 sr} bdef
c8
23 0 24 0 23 1 24 1 23 2 23 2 24 1 23 1 
23 0 24 -1 23 -2 23 -1 24 0 23 1 23 2 24 1 
23 2 23 1 24 2 23 2 23 2 24 3 23 4 23 3 
24 2 23 2 23 1 24 1 23 2 23 3 24 5 23 7 
23 8 24 11 23 12 24 14 23 15 23 16 24 17 23 19 
23 20 24 21 23 22 23 22 24 20 23 17 23 15 24 15 
23 18 23 23 24 32 23 40 23 50 24 59 23 63 23 65 
24 63 23 63 23 66 24 73 23 83 23 91 24 93 23 84 
23 59 24 24 23 -19 24 -61 23 -93 23 -111 24 -116 23 -112 
23 -103 24 -94 23 -81 23 -71 24 -60 23 -53 23 -50 24 -52 
23 -54 23 -53 24 -48 23 -39 23 -27 24 -17 23 -8 23 -5 
24 -4 23 -5 23 -6 24 -6 23 -5 23 -4 24 -3 23 -2 
23 -1 24 0 23 0 1633 2406 100 MP stroke
/c9 { 0.000000 1.000000 0.000000 sr} bdef
c9
21 0 22 0 21 1 21 1 21 2 22 2 21 3 21 3 
21 2 21 1 22 0 21 -2 21 -2 21 -2 22 -1 21 1 
21 2 21 3 22 5 21 4 21 4 21 2 21 3 22 3 
21 4 21 6 21 9 22 12 21 12 21 13 21 11 21 8 
22 6 21 5 21 6 21 7 22 8 21 9 21 9 21 8 
21 10 22 12 21 18 21 24 21 29 22 33 21 35 21 37 
21 38 22 39 21 37 21 35 21 31 21 30 22 32 21 39 
21 46 21 53 22 55 21 55 21 54 21 56 21 62 22 68 
21 71 21 66 21 53 22 37 21 14 21 -13 21 -43 22 -75 
21 -106 21 -126 21 -136 21 -133 22 -122 21 -107 21 -90 21 -73 
22 -60 21 -47 21 -37 21 -30 21 -24 22 -19 21 -15 21 -12 
21 -11 22 -11 21 -10 21 -10 21 -9 21 -7 22 -5 21 -3 
21 -2 21 -1 22 0 1696 2406 100 MP stroke
/c10 { 0.000000 0.000000 1.000000 sr} bdef
c10
24 0 25 0 24 0 25 1 25 1 24 2 25 1 25 1 
24 1 25 0 24 -1 25 0 25 -1 24 0 25 1 25 1 
24 0 25 1 24 1 25 0 25 2 24 2 25 3 25 4 
24 5 25 5 24 6 25 6 25 8 24 9 25 10 25 11 
24 11 25 11 24 12 25 11 25 12 24 14 25 14 25 16 
24 16 25 16 24 16 25 17 25 20 24 24 25 30 24 37 
25 43 25 50 24 55 25 60 25 64 24 65 25 67 24 66 
25 63 25 55 24 43 25 28 25 14 24 1 25 -4 24 -4 
25 0 25 3 24 2 25 -9 25 -27 24 -49 25 -70 24 -86 
25 -96 25 -98 24 -96 25 -90 25 -82 24 -72 25 -60 24 -48 
25 -37 25 -27 24 -18 25 -13 25 -9 24 -6 25 -5 24 -5 
25 -5 25 -4 24 -4 25 -4 25 -3 24 -2 25 -2 24 0 
25 -1 25 0 24 0 1513 2406 100 MP stroke
gr

c10
0 sg
2543  526 mt 
(theta 1) s
1 sg
0 1786 2459 0 0 -1786 4732 2407 4 MP
PP
-2459 0 0 1786 2459 0 0 -1786 4732 2407 5 MP stroke
4 w
DO
SO
6 w
0 sg
4732 2407 mt 7191 2407 L
4732 2407 mt 4732  621 L
4732 2407 mt 4732 2382 L
4596 2552 mt 
(-40) s
5223 2407 mt 5223 2382 L
5087 2552 mt 
(-20) s
5715 2407 mt 5715 2382 L
5682 2552 mt 
(0) s
6207 2407 mt 6207 2382 L
6141 2552 mt 
(20) s
6699 2407 mt 6699 2382 L
6633 2552 mt 
(40) s
7191 2407 mt 7191 2382 L
7125 2552 mt 
(60) s
4732 2407 mt 4756 2407 L
4631 2451 mt 
(0) s
4732 1960 mt 4756 1960 L
4464 2004 mt 
(0.02) s
4732 1514 mt 4756 1514 L
4464 1558 mt 
(0.04) s
4732 1067 mt 4756 1067 L
4464 1111 mt 
(0.06) s
4732  621 mt 4756  621 L
4464  665 mt 
(0.08) s
gs 4732 621 2460 1787 rc
c8
15 0 15 0 15 1 15 2 15 2 16 2 15 2 15 1 
15 0 15 -2 15 -2 16 -2 15 -1 15 0 15 1 15 4 
15 6 16 9 15 9 15 9 15 8 15 5 15 6 16 9 
15 15 15 24 15 32 15 38 15 40 15 40 16 39 15 38 
15 42 15 48 15 59 15 72 16 89 15 108 15 122 15 130 
15 129 15 121 16 109 15 94 15 76 15 52 15 23 15 -10 
16 -44 15 -73 15 -94 15 -103 15 -101 15 -93 16 -82 15 -75 
15 -70 15 -68 15 -62 15 -56 16 -51 15 -51 15 -55 15 -62 
15 -66 15 -64 16 -56 15 -46 15 -37 15 -31 15 -27 15 -25 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -