Feeds
질문
I am using the queue counter, I have put the queue counter in VISSIM GUI and saved & enabled it but while i am coding it in MATLAB the results are showing NaN, Why is it so
%Link Numbers Link_Num_1=Link_i.ItemByKey(5); Link_Num_2=Link_i.ItemByKey(7); Link_Num_3=Link_i.ItemByKey(13); Link_Num_4=Li...
6개월 전 | 답변 수: 1 | 0
1
답변답변 있음
How would i retrieve the vehtype from the detector what would be the code for it
Dets=vnet.Detectors; dets_1_1_2=Dets.ItemByKey(6) means the 6th number detector which I have put for my second phase for the fi...
How would i retrieve the vehtype from the detector what would be the code for it
Dets=vnet.Detectors; dets_1_1_2=Dets.ItemByKey(6) means the 6th number detector which I have put for my second phase for the fi...
12개월 전 | 0
질문
How would i retrieve the vehtype from the detector what would be the code for it
vehicle_status_2=dets_1_1_2.get('AttValue', 'VehNo');
12개월 전 | 답변 수: 1 | 0