Code covered by the BSD License  

Highlights from
CTMSIM - an interactive freeway traffic macrosimulator

image thumbnail
from CTMSIM - an interactive freeway traffic macrosimulator by Alex Kurzhanskiy
Freeway traffic simulation based on Asymmetric Cell Transmission Model

auto_or_flows(celldata)
function u_celldata = auto_or_flows(celldata)
% AUTO_OR_FLOWS - update the array of cell data structures with automatically
%                 generated on-ramp flow values.
%
% Call:   u_celldata = auto_or_flows(celldata)
%
% Parameters:
%             celldata - array of freeway cell data structures.
%
% Returns:   u_celldata - array of updated freeway cell data structures.
%
% Last modified:   08/09/2006.

%
% Alex Kurzhanskiy   <akurzhan@eecs.berkeley.edu>
%

u_celldata = celldata;

return;

Contact us at files@mathworks.com