%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The MathWorks, Inc. Version 8.0.0.783 (R2012b). Operating System: Darwin 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64. %%Title: /Users/apek/SVN/bookgpu/Chapters/chapter7/figures/scalingNx25.eps %%CreationDate: 11/27/2012 00:02:13 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 17 210 577 630 %%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 /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: 17 210 577 630 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0204 7560 csm 0 0 6723 5040 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 6724 5041 rf 24 w 0 4108 5210 0 0 -4108 874 4486 4 MP PP -5210 0 0 4108 5210 0 0 -4108 874 4486 5 MP stroke 16 w DO SO 24 w 0 sg 874 4486 mt 6084 4486 L 874 378 mt 6084 378 L 874 4486 mt 874 378 L 6084 4486 mt 6084 378 L 874 4486 mt 6084 4486 L 874 4486 mt 874 378 L 874 4486 mt 874 4433 L 874 378 mt 874 430 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 730 4676 mt (-1) s 2176 4486 mt 2176 4433 L 2176 378 mt 2176 430 L 1962 4676 mt (-0.5) s 3479 4486 mt 3479 4433 L 3479 378 mt 3479 430 L 3433 4676 mt (0) s 4781 4486 mt 4781 4433 L 4781 378 mt 4781 430 L 4665 4676 mt (0.5) s 6084 4486 mt 6084 4433 L 6084 378 mt 6084 430 L 6038 4676 mt (1) s 874 4486 mt 926 4486 L 6084 4486 mt 6031 4486 L 746 4548 mt (0) s 874 4075 mt 926 4075 L 6084 4075 mt 6031 4075 L 606 4137 mt (0.1) s 874 3664 mt 926 3664 L 6084 3664 mt 6031 3664 L 606 3726 mt (0.2) s 874 3253 mt 926 3253 L 6084 3253 mt 6031 3253 L 606 3315 mt (0.3) s 874 2842 mt 926 2842 L 6084 2842 mt 6031 2842 L 606 2904 mt (0.4) s 874 2432 mt 926 2432 L 6084 2432 mt 6031 2432 L 606 2494 mt (0.5) s 874 2021 mt 926 2021 L 6084 2021 mt 6031 2021 L 606 2083 mt (0.6) s 874 1610 mt 926 1610 L 6084 1610 mt 6031 1610 L 606 1672 mt (0.7) s 874 1199 mt 926 1199 L 6084 1199 mt 6031 1199 L 606 1261 mt (0.8) s 874 788 mt 926 788 L 6084 788 mt 6031 788 L 606 850 mt (0.9) s 874 378 mt 926 378 L 6084 378 mt 6031 378 L 746 440 mt (1) s 874 4486 mt 6084 4486 L 874 378 mt 6084 378 L 874 4486 mt 874 378 L 6084 4486 mt 6084 378 L gs 874 378 5211 4109 rc 0 -4108 874 4486 2 MP stroke -20 -216 -20 -216 -20 -216 -20 -216 -20 -217 -20 -216 -20 -216 -20 -216 -20 -216 -20 -217 -20 -216 -20 -216 -21 -216 -20 -216 -20 -217 -20 -216 -20 -216 -20 -216 -20 -217 1472 4486 20 MP stroke -35 -216 -34 -216 -35 -216 -35 -216 -35 -217 -35 -216 -35 -216 -35 -216 -35 -216 -35 -217 -35 -216 -35 -216 -35 -216 -34 -216 -35 -217 -35 -216 -35 -216 -35 -216 -35 -217 1971 4486 20 MP stroke -45 -216 -45 -216 -45 -216 -45 -216 -45 -217 -45 -216 -45 -216 -45 -216 -45 -216 -45 -217 -45 -216 -45 -216 -45 -216 -45 -216 -45 -217 -45 -216 -45 -216 -45 -216 -45 -217 2380 4486 20 MP stroke -51 -216 -50 -216 -51 -216 -51 -216 -51 -217 -51 -216 -50 -216 -51 -216 -51 -216 -51 -217 -50 -216 -51 -216 -51 -216 -51 -216 -51 -217 -50 -216 -51 -216 -51 -216 -51 -217 2707 4486 20 MP stroke -53 -216 -52 -216 -53 -216 -53 -216 -53 -217 -52 -216 -53 -216 -53 -216 -53 -216 -53 -217 -52 -216 -53 -216 -53 -216 -53 -216 -52 -217 -53 -216 -53 -216 -53 -216 -52 -217 2961 4486 20 MP stroke -51 -216 -52 -216 -51 -216 -52 -216 -51 -217 -51 -216 -52 -216 -51 -216 -52 -216 -51 -217 -52 -216 -51 -216 -51 -216 -52 -216 -51 -217 -52 -216 -51 -216 -51 -216 -52 -217 3153 4486 20 MP stroke -47 -216 -48 -216 -47 -216 -47 -216 -47 -217 -47 -216 -48 -216 -47 -216 -47 -216 -47 -217 -47 -216 -48 -216 -47 -216 -47 -216 -47 -217 -47 -216 -48 -216 -47 -216 -47 -217 3290 4486 20 MP stroke -41 -216 -40 -216 -41 -216 -41 -216 -40 -217 -41 -216 -41 -216 -40 -216 -41 -216 -40 -217 -41 -216 -41 -216 -40 -216 -41 -216 -41 -217 -40 -216 -41 -216 -40 -216 -41 -217 3382 4486 20 MP stroke -32 -216 -33 -216 -32 -216 -32 -216 -32 -217 -32 -216 -32 -216 -32 -216 -32 -216 -33 -217 -32 -216 -32 -216 -32 -216 -32 -216 -32 -217 -32 -216 -33 -216 -32 -216 -32 -217 3438 4486 20 MP stroke -23 -216 -22 -216 -22 -216 -22 -216 -22 -217 -23 -216 -22 -216 -22 -216 -22 -216 -22 -217 -23 -216 -22 -216 -22 -216 -22 -216 -23 -217 -22 -216 -22 -216 -22 -216 -22 -217 3466 4486 20 MP stroke -12 -216 -11 -216 -11 -216 -12 -216 -11 -217 -11 -216 -12 -216 -11 -216 -12 -216 -11 -217 -11 -216 -12 -216 -11 -216 -11 -216 -12 -217 -11 -216 -11 -216 -12 -216 -11 -217 3477 4486 20 MP stroke 0 -4108 3479 4486 2 MP stroke 12 -216 11 -216 11 -216 12 -216 11 -217 11 -216 12 -216 11 -216 12 -216 11 -217 11 -216 12 -216 11 -216 11 -216 12 -217 11 -216 11 -216 12 -216 11 -217 3480 4486 20 MP stroke 23 -216 22 -216 22 -216 22 -216 22 -217 23 -216 22 -216 22 -216 22 -216 22 -217 23 -216 22 -216 22 -216 22 -216 23 -217 22 -216 22 -216 22 -216 22 -217 3491 4486 20 MP stroke 32 -216 33 -216 32 -216 32 -216 32 -217 32 -216 32 -216 32 -216 32 -216 33 -217 32 -216 32 -216 32 -216 32 -216 32 -217 32 -216 33 -216 32 -216 32 -217 3519 4486 20 MP stroke 41 -216 40 -216 41 -216 41 -216 40 -217 41 -216 41 -216 40 -216 41 -216 40 -217 41 -216 41 -216 40 -216 41 -216 41 -217 40 -216 41 -216 40 -216 41 -217 3575 4486 20 MP stroke 47 -216 48 -216 47 -216 47 -216 47 -217 47 -216 48 -216 47 -216 47 -216 47 -217 47 -216 48 -216 47 -216 47 -216 47 -217 47 -216 48 -216 47 -216 47 -217 3667 4486 20 MP stroke 51 -216 52 -216 51 -216 52 -216 51 -217 51 -216 52 -216 51 -216 52 -216 51 -217 52 -216 51 -216 51 -216 52 -216 51 -217 52 -216 51 -216 51 -216 52 -217 3804 4486 20 MP stroke 53 -216 52 -216 53 -216 53 -216 53 -217 52 -216 53 -216 53 -216 53 -216 53 -217 52 -216 53 -216 53 -216 53 -216 52 -217 53 -216 53 -216 53 -216 52 -217 3996 4486 20 MP stroke 51 -216 50 -216 51 -216 51 -216 51 -217 51 -216 50 -216 51 -216 51 -216 51 -217 50 -216 51 -216 51 -216 51 -216 51 -217 50 -216 51 -216 51 -216 51 -217 4250 4486 20 MP stroke 45 -216 45 -216 45 -216 45 -216 45 -217 45 -216 45 -216 45 -216 45 -216 45 -217 45 -216 45 -216 45 -216 45 -216 45 -217 45 -216 45 -216 45 -216 45 -217 4577 4486 20 MP stroke 35 -216 34 -216 35 -216 35 -216 35 -217 35 -216 35 -216 35 -216 35 -216 35 -217 35 -216 35 -216 35 -216 34 -216 35 -217 35 -216 35 -216 35 -216 35 -217 4986 4486 20 MP stroke 20 -216 20 -216 20 -216 20 -216 20 -217 20 -216 20 -216 20 -216 20 -216 20 -217 20 -216 20 -216 21 -216 20 -216 20 -217 20 -216 20 -216 20 -216 20 -217 5485 4486 20 MP stroke 0 -4108 6084 4486 2 MP stroke gr 3436 4854 mt (x) s 514 2480 mt -90 rotate (a) s 90 rotate end %%Color Dict eplot %%EndObject epage end showpage %%Trailer %%EOF