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