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

📄 ackermannpredict.eps

📁 Mobile Robots 非线性跟踪
💻 EPS
📖 第 1 页 / 共 2 页
字号:
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc. Version 7.4.0.287 (R2007a). Operating System: Microsoft Windows XP.
%%Title: .\AckermannPredict.eps
%%CreationDate: 07/12/2007  21:50:09
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    59   207   547   594
%%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 string
  currentfile exch readhexstring pop
  /bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  {bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    59   207   547   594
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0204 7344 csm

  510   214  5861  4636 MR c np
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 6913 5185 PR
6 w
0 4017 5356 0 0 -4017 899 4510 4 MP
PP
-5356 0 0 4017 5356 0 0 -4017 899 4510 5 MP stroke
4 w
DO
0 sg
 899 4510 mt  899  493 L
 899  493 mt  899  493 L
1568 4510 mt 1568  493 L
1568  493 mt 1568  493 L
2238 4510 mt 2238  493 L
2238  493 mt 2238  493 L
2907 4510 mt 2907  493 L
2907  493 mt 2907  493 L
3577 4510 mt 3577  493 L
3577  493 mt 3577  493 L
4246 4510 mt 4246  493 L
4246  493 mt 4246  493 L
4916 4510 mt 4916  493 L
4916  493 mt 4916  493 L
5585 4510 mt 5585  493 L
5585  493 mt 5585  493 L
6255 4510 mt 6255  493 L
6255  493 mt 6255  493 L
 899 4510 mt 6255 4510 L
6255 4510 mt 6255 4510 L
 899 3840 mt 6255 3840 L
6255 3840 mt 6255 3840 L
 899 3171 mt 6255 3171 L
6255 3171 mt 6255 3171 L
 899 2501 mt 6255 2501 L
6255 2501 mt 6255 2501 L
 899 1832 mt 6255 1832 L
6255 1832 mt 6255 1832 L
 899 1162 mt 6255 1162 L
6255 1162 mt 6255 1162 L
 899  493 mt 6255  493 L
6255  493 mt 6255  493 L
SO
6 w
 899 4510 mt 6255 4510 L
 899 4510 mt  899  493 L
 899 4510 mt  899 4456 L
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 120 FMSR

 763 4655 mt 
(-20) s
1568 4510 mt 1568 4456 L
1432 4655 mt 
(-15) s
2238 4510 mt 2238 4456 L
2102 4655 mt 
(-10) s
2907 4510 mt 2907 4456 L
2804 4655 mt 
(-5) s
3577 4510 mt 3577 4456 L
3544 4655 mt 
(0) s
4246 4510 mt 4246 4456 L
4213 4655 mt 
(5) s
4916 4510 mt 4916 4456 L
4850 4655 mt 
(10) s
5585 4510 mt 5585 4456 L
5519 4655 mt 
(15) s
6255 4510 mt 6255 4456 L
6189 4655 mt 
(20) s
 899 4510 mt  952 4510 L
 728 4554 mt 
(-5) s
 899 3840 mt  952 3840 L
 798 3884 mt 
(0) s
 899 3171 mt  952 3171 L
 798 3215 mt 
(5) s
 899 2501 mt  952 2501 L
 731 2545 mt 
(10) s
 899 1832 mt  952 1832 L
 731 1876 mt 
(15) s
 899 1162 mt  952 1162 L
 731 1206 mt 
(20) s
 899  493 mt  952  493 L
 731  537 mt 
(25) s
3546 4798 mt 
(x) s
 646 2532 mt  -90 rotate
(y) s
90 rotate
2482  398 mt 
(uncertainty bounds for Ackermann model) s
gs 899 493 5357 4018 MR c np
3 0 3 -1 2 0 3 -1 3 -1 3 -2 2 -2 2 -2 
2 -2 2 -2 2 -3 1 -3 1 -3 1 -2 0 -9 -1 -3 
0 -3 -1 -3 -2 -3 -1 -2 -2 -3 -2 -2 -3 -2 -2 -1 
-3 -2 -2 -1 -3 -1 -3 -1 -3 0 -3 0 -3 0 -3 1 
-3 1 -3 1 -2 1 -3 2 -2 2 -2 2 -2 2 -2 3 
-1 3 -1 2 -1 3 -1 3 0 6 1 3 0 3 1 3 
1 3 2 2 2 3 2 2 2 2 2 2 3 1 2 2 
3 1 3 0 3 1 3 0 3590 3810 61 MP stroke
1.2 w
-428 -80 428 -80 0 160 3483 3760 4 MP stroke
6 w
gs 3517 3767 147 147 MR c np
3554 3840 mt 3626 3840 L
3590 3804 mt 3590 3876 L
gr

gr

  36   36 3589 3840 FO
gs 899 493 5357 4018 MR c np
0 3 -1 3 0 3 -1 3 -1 2 -2 3 -2 3 -1 2 
-3 2 -2 2 -3 1 -2 2 -3 1 -3 1 -3 0 -3 0 
-3 0 -3 0 -3 -1 -3 -1 -2 -1 -3 -2 -2 -1 -3 -2 
-2 -3 -2 -2 -1 -3 -1 -2 -1 -3 -1 -3 -1 -3 0 -6 
1 -3 1 -3 1 -3 1 -3 2 -2 2 -3 2 -2 2 -2 
2 -1 3 -2 3 -1 3 -1 3 -1 3 0 3 0 3 0 
3 1 2 1 3 1 3 1 2 2 3 2 2 2 2 2 
1 3 2 2 1 3 1 3 0 3 1 3 3957 3798 63 MP stroke
1.2 w
-440 26 372 -179 68 153 3852 3746 4 MP stroke
6 w
gs 3915 3724 147 147 MR c np
3952 3797 mt 4024 3797 L
3988 3761 mt 3988 3833 L
gr

gr

  36   36 3988 3794 FO
gs 899 493 5357 4018 MR c np
2 2 1 3 1 3 1 4 0 9 -1 3 -1 3 -1 3 
-1 3 -2 2 -2 3 -2 2 -2 2 -3 1 -3 2 -3 1 
-2 1 -4 0 -3 0 -3 0 -3 -1 -3 -1 -3 -1 -3 -1 
-2 -2 -3 -2 -2 -2 -2 -3 -2 -2 -2 -3 -1 -3 -1 -3 
-1 -3 -1 -3 0 -7 1 -3 1 -3 1 -3 1 -3 1 -2 
2 -3 2 -2 3 -2 2 -2 3 -1 3 -1 3 -1 3 -1 
3 0 3 0 3 0 3 1 3 1 3 2 2 1 3 2 
3 2 2 3 2 2 1 3 4261 3562 61 MP stroke
1.2 w
-267 265 69 -327 198 62 4146 3590 4 MP stroke
6 w
gs 4214 3474 147 147 MR c np
4251 3547 mt 4323 3547 L
4287 3511 mt 4287 3583 L
gr

gr

  36   36 4291 3540 FO
gs 899 493 5357 4018 MR c np
1 -3 2 -2 2 -3 2 -2 3 -2 3 -2 3 -1 3 -1 
3 -1 4 -1 3 0 4 0 3 1 4 0 3 2 4 1 

⌨️ 快捷键说明

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