pipeacosta / traci4matlab

An implementation of the Traffic Control Interface for Matlab
BSD 2-Clause "Simplified" License
12 stars 15 forks source link

Unable to resolve name traci.start #12

Open mnour94 opened 4 years ago

mnour94 commented 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

tonmoy-TS commented 2 years ago

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