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

📄 multires.eps

📁 关于svm的例程
💻 EPS
📖 第 1 页 / 共 2 页
字号:
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: multires.eps
%%CreationDate: 06/18/2002  17:22:03
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Extensions: CMYK
%%Pages: 1
%%BoundingBox:    55   201   550   600
%%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 ldef
/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 {currentlinecap 1 cap 3 1 roll 2 copy mt lineto stroke
   cap 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 exch readhexstring 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:    55   201   550   600
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0204 7344 csm

  457   135  5939  4796 MR c np
86 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
c0
1 j
1 sg
   0    0 6913 5185 PR
6 w
0 4225 5356 0 0 -4225 899 4614 4 MP
PP
-5356 0 0 4225 5356 0 0 -4225 899 4614 5 MP stroke
4 w
DO
SO
6 w
0 sg
 899  389 mt 6255  389 L
 899 4614 mt 6255 4614 L
6255 4614 mt 6255  389 L
 899 4614 mt  899  389 L
 899 4614 mt 6255 4614 L
 899 4614 mt  899  389 L
 899 4614 mt  899 4560 L
 899  389 mt  899  442 L
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 120 FMSR

 866 4759 mt 
(0) s
1434 4614 mt 1434 4560 L
1434  389 mt 1434  442 L
1401 4759 mt 
(1) s
1970 4614 mt 1970 4560 L
1970  389 mt 1970  442 L
1937 4759 mt 
(2) s
2505 4614 mt 2505 4560 L
2505  389 mt 2505  442 L
2472 4759 mt 
(3) s
3041 4614 mt 3041 4560 L
3041  389 mt 3041  442 L
3008 4759 mt 
(4) s
3577 4614 mt 3577 4560 L
3577  389 mt 3577  442 L
3544 4759 mt 
(5) s
4112 4614 mt 4112 4560 L
4112  389 mt 4112  442 L
4079 4759 mt 
(6) s
4648 4614 mt 4648 4560 L
4648  389 mt 4648  442 L
4615 4759 mt 
(7) s
5183 4614 mt 5183 4560 L
5183  389 mt 5183  442 L
5150 4759 mt 
(8) s
5719 4614 mt 5719 4560 L
5719  389 mt 5719  442 L
5686 4759 mt 
(9) s
6255 4614 mt 6255 4560 L
6255  389 mt 6255  442 L
6189 4759 mt 
(10) s
 899 4614 mt  952 4614 L
6255 4614 mt 6201 4614 L
 728 4658 mt 
(-1) s
 899 4010 mt  952 4010 L
6255 4010 mt 6201 4010 L
 628 4054 mt 
(-0.5) s
 899 3406 mt  952 3406 L
6255 3406 mt 6201 3406 L
 798 3450 mt 
(0) s
 899 2803 mt  952 2803 L
6255 2803 mt 6201 2803 L
 698 2847 mt 
(0.5) s
 899 2199 mt  952 2199 L
6255 2199 mt 6201 2199 L
 798 2243 mt 
(1) s
 899 1596 mt  952 1596 L
6255 1596 mt 6201 1596 L
 698 1640 mt 
(1.5) s
 899  992 mt  952  992 L
6255  992 mt 6201  992 L
 798 1036 mt 
(2) s
 899  389 mt  952  389 L
6255  389 mt 6201  389 L
 698  433 mt 
(2.5) s
 899  389 mt 6255  389 L
 899 4614 mt 6255 4614 L
6255 4614 mt 6255  389 L
 899 4614 mt  899  389 L
gs 899 389 5357 4226 MR c np
24 w
27 57 27 62 27 70 27 74 27 74 27 70 27 63 27 58 
27 57 27 59 27 64 26 66 27 63 27 56 27 48 27 42 
27 39 27 42 27 46 27 49 27 47 27 40 27 33 26 27 
27 28 27 32 27 39 27 43 27 42 27 38 27 30 27 27 
27 27 27 33 27 41 26 44 27 42 27 36 27 27 27 20 
27 18 27 22 27 27 27 26 27 21 27 10 26 -3 27 -14 
27 -19 27 -19 27 -17 27 -19 27 -27 27 -41 27 -55 27 -67 
27 -71 27 -68 26 -65 27 -64 27 -69 27 -79 27 -90 27 -95 
27 -93 27 -84 27 -73 27 -64 27 -63 27 -67 26 -71 27 -70 
27 -62 27 -45 27 -27 27 -14 27 -10 27 -11 27 -15 27 -13 
27 -3 26 13 27 30 27 41 27 41 27 33 27 23 27 19 
27 23 27 33 27 44 27 47 27 38 26 22 27 4 27 -8 
27 -10 27 -4 27 3 3590 3359 100 MP stroke
27 3 27 -10 27 -31 27 -52 27 -65 27 -65 26 -54 27 -42 
27 -38 27 -47 27 -65 27 -82 27 -88 27 -79 27 -57 27 -35 
27 -22 27 -24 26 -37 27 -50 27 -50 27 -32 27 0 27 30 
27 49 27 48 27 32 27 16 27 15 26 34 27 69 27 104 
27 121 27 111 27 83 27 53 27 42 27 60 27 97 27 136 
27 150 26 127 27 78 27 26 27 1 27 20 27 74 27 133 
27 156 27 121 27 35 27 -64 27 -121 26 -95 27 25 27 199 
27 354 27 422 27 358 27 174 27 -69 27 -286 27 -400 27 -381 
26 -250 27 -71 27 82 27 151 27 130 27 45 27 -47 27 -99 
27 -94 27 -40 27 25 27 63 26 59 27 16 27 -37 27 -72 
27 -73 27 -44 27 -6 27 18 27 12 27 -18 27 -58 27 -84 
26 -87 27 -68 27 -41 27 -24 27 -29 27 -51 27 -81 27 -100 
27 -101 27 -83 27 -60 925 3361 100 MP stroke
26 -45 899 3406 2 MP stroke
gr

24 w
 868 3457 mt  940 3457 L
 904 3421 mt  904 3493 L
1152 2777 mt 1224 2777 L
1188 2741 mt 1188 2813 L
1161 2998 mt 1233 2998 L
1197 2962 mt 1197 3034 L
1226 2524 mt 1298 2524 L
1262 2488 mt 1262 2560 L
1276 2329 mt 1348 2329 L
1312 2293 mt 1312 2365 L
1359 2034 mt 1431 2034 L
1395 1998 mt 1395 2070 L
1407 2345 mt 1479 2345 L
1443 2309 mt 1443 2381 L
1456 1885 mt 1528 1885 L
1492 1849 mt 1492 1921 L
1458 2365 mt 1530 2365 L
1494 2329 mt 1494 2401 L
1497 2635 mt 1569 2635 L

⌨️ 快捷键说明

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