📄 vdpu1phase.eps
字号:
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: E:\matlabtemp\vdpu1phase.eps
%%CreationDate: 05/04/2008 15:57:38
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 87 262 507 578
%%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: 87 262 507 578
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode 1044 6936 csm
0 0 5045 3782 rc
85 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 5046 3783 rf
6 w
0 3082 3910 0 0 -3082 656 3366 4 MP
PP
-3910 0 0 3082 3910 0 0 -3082 656 3366 5 MP stroke
4 w
DO
SO
6 w
0 sg
656 284 mt 4566 284 L
656 3366 mt 4566 3366 L
4566 3366 mt 4566 284 L
656 3366 mt 656 284 L
656 3366 mt 4566 3366 L
656 3366 mt 656 284 L
656 3366 mt 656 3326 L
656 284 mt 656 323 L
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 120 FMSR
503 3511 mt
(-2.5) s
1047 3366 mt 1047 3326 L
1047 284 mt 1047 323 L
944 3511 mt
(-2) s
1438 3366 mt 1438 3326 L
1438 284 mt 1438 323 L
1285 3511 mt
(-1.5) s
1829 3366 mt 1829 3326 L
1829 284 mt 1829 323 L
1726 3511 mt
(-1) s
2220 3366 mt 2220 3326 L
2220 284 mt 2220 323 L
2067 3511 mt
(-0.5) s
2611 3366 mt 2611 3326 L
2611 284 mt 2611 323 L
2578 3511 mt
(0) s
3002 3366 mt 3002 3326 L
3002 284 mt 3002 323 L
2919 3511 mt
(0.5) s
3393 3366 mt 3393 3326 L
3393 284 mt 3393 323 L
3360 3511 mt
(1) s
3784 3366 mt 3784 3326 L
3784 284 mt 3784 323 L
3701 3511 mt
(1.5) s
4175 3366 mt 4175 3326 L
4175 284 mt 4175 323 L
4142 3511 mt
(2) s
4566 3366 mt 4566 3326 L
4566 284 mt 4566 323 L
4483 3511 mt
(2.5) s
656 3366 mt 695 3366 L
4566 3366 mt 4526 3366 L
485 3410 mt
(-3) s
656 2852 mt 695 2852 L
4566 2852 mt 4526 2852 L
485 2896 mt
(-2) s
656 2338 mt 695 2338 L
4566 2338 mt 4526 2338 L
485 2382 mt
(-1) s
656 1825 mt 695 1825 L
4566 1825 mt 4526 1825 L
555 1869 mt
(0) s
656 1311 mt 695 1311 L
4566 1311 mt 4526 1311 L
555 1355 mt
(1) s
656 797 mt 695 797 L
4566 797 mt 4526 797 L
555 841 mt
(2) s
656 284 mt 695 284 L
4566 284 mt 4526 284 L
555 328 mt
(3) s
656 284 mt 4566 284 L
656 3366 mt 4566 3366 L
4566 3366 mt 4566 284 L
656 3366 mt 656 284 L
gs 656 284 3911 3083 rc
/c8 { 0.000000 0.000000 1.000000 sr} bdef
c8
1 25 2 27 3 29 4 30 20 112 34 134 49 155 67 170
132 250 169 214 200 148 217 62 228 -31 217 -90 200 -116 180 -122
160 -112 142 -99 127 -84 115 -72 148 -85 130 -67 115 -54 104 -45
55 -23 52 -22 49 -22 46 -22 31 -18 30 -18 27 -21 26 -23
18 -22 16 -24 15 -29 11 -33 9 -40 5 -46 1 -55 -5 -66
-18 -122 -36 -154 -58 -182 -82 -203 -137 -246 -173 -203 -201 -134 -215 -48
-229 40 -217 95 -199 120 -178 122 -159 111 -141 97 -126 83 -113 70
-143 81 -126 64 -113 52 -100 44 -55 23 -51 22 -49 22 -45 22
-31 17 -29 19 -27 21 -25 23 -18 22 -17 25 -14 29 -11 33
-8 40 -5 47 0 56 4 65 19 124 37 155 59 182 83 203
138 245 173 201 200 132 216 46 229 -41 217 -97 199 -120 177 -122
159 -111 140 -97 126 -82 113 -70 142 -80 125 -64 112 -52 100 -43
55 -23 51 -23 48 -21 45 -23 31 -17 29 -19 27 -20 24 -24
20 -23 16 -27 15 -32 11 -37 9 -54 2 -67 -5 -82 -16 -100
-34 -150 -55 -180 -79 -199 -105 -205 -160 -218 -188 -153 -207 -72 -211 9
-247 89 -226 130 -200 135 -176 124 -155 106 -136 89 -122 73 -109 61
-110 56 -100 47 -90 40 -83 35 -48 21 -46 20 -43 21 -40 22
-29 17 -26 19 -24 22 -22 25 -16 24 -15 27 -11 32 -9 37
-6 44 -1 52 2 60 9 72 25 134 45 164 66 188 91 203
146 235 180 182 202 107 213 24 231 -59 217 -107 196 -124 175 -121
155 -109 138 -94 123 -79 111 -67 133 -73 118 -59 105 -49 96 -41
53 -23 50 -22 47 -21 44 -23 30 -17 27 -18 26 -21 24 -24
20 -26 18 -32 14 -37 11 -46 5 -61 -1 -75 -11 -93 -21 -113
-46 -173 -71 -201 -98 -213 -126 -204 -176 -188 -198 -110 -210 -27 -208 45
-237 111 -214 135 -189 131 -165 116 -146 98 -130 82 -115 68 -104 56
-102 50 -92 43 -84 37 -77 33 -46 21 -44 20 -41 21 -38 22
-27 19 -25 20 -23 23 -21 27 -14 25 -13 29 -10 33 -7 39
-2 13 -1 13 -1 15 0 29 -1 1 4175 1825 222 MP stroke
gr
c8
0 sg
2462 3654 mt
(diff\(y\)) s
403 2024 mt -90 rotate
(diff\(y,2\)) s
90 rotate
2283 189 mt
(phase figure) s
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%EOF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -