Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] help

hello dear Andres,

I use  the version SUMO 0.26.
I want to test my routing algorithm using the old bologna dataset (traffic
demand of one hour).
when I did the execution in sumo-gui it worked very well but it shows me
error in matlab as follows (traci4matlab):

    ....
    at java.net.Socket.connect(Unknown Source)


Error in matlab.internal.lang.fwdSubsref (line 4)
    [varargout{1:nargout}] = subsref(A,s);

Error in traci.init (line 65)
        connections(label).connect(host, port);

Error in Testbologn (line 19)
traci.init();

MATLAB:Java:GenericExceptionJava exception occurred:
java.net.SocketException: Socket is not connected

    at java.net.Socket.getInputStream(Unknown Source)

Struct contents reference from a non-struct array object.

Error in traci.sendExact (line 19)
activeConnection.dos.writeInt(len);

Error in traci.getVersion (line 23)
result = traci.sendExact();

Error in traci.init

Thank you for your help.

<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Garanti
sans virus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user


Back to the top