雙圓道交通流ca模型matlab程序

雙圓道交通流ca模型matlab程序

ID:22291474

大?。?7.00 KB

頁數(shù):5頁

時(shí)間:2018-10-28

雙圓道交通流ca模型matlab程序_第1頁
雙圓道交通流ca模型matlab程序_第2頁
雙圓道交通流ca模型matlab程序_第3頁
雙圓道交通流ca模型matlab程序_第4頁
雙圓道交通流ca模型matlab程序_第5頁
資源描述:

《雙圓道交通流ca模型matlab程序》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。

1、%functionfrho,flux,vmeanl=ns2(rho,p,L,tmax)%注意:主函數(shù)一定不能像子函數(shù)一樣以function開頭。此程序?yàn)楹刂瓢粹oNS模型改編雙車道,無換道。%NS:ThisscriptimplementstheNagelSchreckenbergcellularautomatabased%trafficmodel.CarmoveforwardgovernedbyNSalgorithm:%%1.Acceleration.Ifthevehiclecanspeedupwithouthittingthespeed

2、%limitvmaxitwilladdonetoitsvelocity,vn-〉vn+1.Otherwise,%thevehiclehasconstantspeed,vn鉸?vn.%%2.Collisionprevention.Ifthedistancebetweenthevehicleandthecar%aheadofit,dn,islessthanorequaltovn,i.e.thenthvehicle%willcollideifitdoesn'tslowdown,thenvn紋?dn鎣?1.%%3.Randomslowing.Ve

3、hiclesoftenslowfornon-trafficreasons(cell%phones,coffeemugs,evenlaptops)anddriversoccasionallymake%irrationalchoices.Withsomeprobabilitypbrake,vn=?vn-1,%presumingvn>0.%%4.Vehiclemovement.Thevehiclesaredeterministicallymovedbytheir%velocities,xn->xn+vn.%%USAGE:flux=ns(rho,

4、p,L,tmax,isdraw)%rho=densityofthetraffic%p=probabilityofrandombraking%L=lengthoftheload%tmax=numberoftheiterations%animation=ifshowtheanimation(動(dòng)M)ofthetraffic%spacetime=ifplotthespace-timeafterthesimuationended.%flux=fluxofthetraffic%%zhoulvwen:zhou.lv.wen@gmail.comrho=0

5、.25;p=0.25;L=100;tmax=100;i=0;%=========================%buildtheGUI%definetheplotbuttonplotbutton=uicontrol(style’,’pushbutton’,…’string'/Run’,...?fontsizef,12,…'position',[60,400,50,20],...'callback','run=l;');%definethestopbuttonerasebutton=uicontrol(,style7pushbutton

6、...’string’,Stop1,...’fontsize’,12,…'position1,[120,400,50,20],...'callback','freeze=lO/O=============================================%definetheQuitbuttonquitbutton=uicontrol(’style’,’pushbutton’”..?string','Quit?,…?fontsize’,12,…'positional80,400,50,20],...,callback,st

7、op=1;close;’);O/O=============================================vmax=5;%maximunspeed%placeadistributionwithdensitynear=round(L*rho);rho=ncar/L;xl=sort(randsample(1:L,near));x2=sort(randsample(1:L,near));x=[xl;x2];%randsample(l:L,near),從1-100產(chǎn)生25個(gè)隨機(jī)整數(shù),sort排序默認(rèn)升序v=vmax*ones(2

8、,ncar);%starteveryoneinitiallyatvmax[hl,h2]=plotcirc(L,x,0.1);flux=0;%numberofcarsthatpassthroug

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭議請及時(shí)聯(lián)系客服。
3. 下載前請仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請聯(lián)系客服處理。