photo

Raj


Last seen: 6개월 전 2024년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

2 질문
1 답변

순위
295,316
of 300,381

평판
0

참여
2 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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...

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

1

답변