Traffic lights simulation in intersection
lightsguiext(data,wsim,indlampu)
This function is used for traffic lights simulation in some lanes of intersection. This function has three inputs, that is a matrix that contains information needed to run the simulation, a scalar that represents simulation time and a vector represents indices of lanes whose it's traffic lights is simulated. The input matrix is denoted by data and has exactly 8 column. Every column contains same information. The information stored in every column can be seen in intersectionext. This function has no output.