91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

dubins路徑的生成,起始圓,結束圓,轉彎點

資源截圖

代碼片段和文件信息

R=1;
x0=8;
y0=10;
phi0=90;
x=x0+R*cos((phi0+90)/57.3)???%逆時針圓圓心--起始圓
y=y0+R*sin((phi0+90)/57.3)
plot([x][y]‘*‘)
hold?on

x1=x0+R*cos((phi0-90)/57.3)??%順時針圓圓心--起始圓
y1=y0+R*sin((phi0-90)/57.3)
plot([x1][y1]‘*‘)

a0=0;
b0=9;
theta0=90;
a=a0+R*cos((theta0+90)/57.3)????%逆時針圓圓心--終止圓
b=b0+R*sin((theta0+90)/57.3)
plot([a][b]‘*‘)

a1=a0+R*cos((theta0-90)/57.3)????%順時針圓圓心--終止圓
b1=b0+R*sin((theta0-90)/57.3)
plot([a1][b1]‘*‘)




huayuan(xyR);
huayuan(x1y1R);
huayuan(abR);
huayuan(a1b1R)
quiver(x0y0R*cos(phi0/57.3)R*sin(phi0/57.3))
quiver(a0b0R*cos(theta0/57.3)R*sin(theta0/57.3))

%圓心距
L1=sqrt((x-a)*(x-a)+(y-b)*(y-b))
L2=sqrt((x-a1)*(x-a1)+(y-b1)*(y-b1))
L3=sqrt((x1-a)*(x1-a)+(y1-b)*(y1-b))
L4=sqrt((x1-a1)*(x1-a1)+(y1-b1)*(y1-b1))


alpa=-

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1502??2020-11-26?03:21??dubins\dubins.asv
?????文件????????1516??2020-11-26?03:21??dubins\dubins.m
?????文件??????????96??2020-11-26?03:21??dubins\huayuan.m

評論

共有 條評論