Open mnour94 opened 4 years ago
I have followed the steps provided in the manual to download and install traci4matlab, but whenever I run traci_test.m, I get the below error:
`Unable to resolve the name traci.start.
Error in traci_test (line 24) [traciVersion,sumoVersion] = traci.init();`
Any advice on how to resolve this? Thanks
I have a similar problem
`Unable to resolve the name 'traci.start'.
Error in traci_test (line 22) [traciVersion,sumoVersion] = traci.start(['sumo -c ' '"' scenarioPath '"']);`
Any idea how to solve it ? TIA
I have followed the steps provided in the manual to download and install traci4matlab, but whenever I run traci_test.m, I get the below error:
`Unable to resolve the name traci.start.
Error in traci_test (line 24) [traciVersion,sumoVersion] = traci.init();`
Any advice on how to resolve this? Thanks