資源簡(jiǎn)介
function [ CellSpace_nextstep VehicleSpace ] = TrafficSimulating( SimTime,TimeStep,CellSpace_current, CellSpace_nextstep, VehicleSpace,VMAX )
%TRAFFICSIMULATING Summary of this function goes here
% 仿真程序主體
CellSpace_Init = CellSpace_nextstep;
% 讀取信號(hào)配時(shí)數(shù)據(jù)
SignalCycleMat = load('SignalCycleInfo.ini'
代碼片段和文件信息
評(píng)論
共有 條評(píng)論