Determine schedule with input square matrix
maxplusexschedule(Aunder,Aupper)
This function is used for determine schedule. First step in this function is defining interval matrix A=[Aunder,Aupper]. And then defining model x(k+1)=A ⊗x(k). Then we use function maxplusmaxalgol to determine eigenvalue and eigenvector of matrix A. eigenvalue and eigenvector of matrix A are used as departure period and early departure of busway and commuter train in Surabaya. Supose the size of matrix Aunder is n × n, the value represent that amount of places departure.