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...
9ヶ月 前 | 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...
約1年 前 | 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');
約1年 前 | 1 件の回答 | 0