MATLAB system does not run applications

后端 未结 1 1782
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-29 06:59

I am trying to interact with SUMO via MATLAB according to script here.

At line 43, the MATLAB command is

system([\'sumo-gui -c \' \'\"\' scenarioPath \'         


        
1条回答
  •  無奈伤痛
    2021-01-29 07:30

    Matlab is messing with the LD_LIBRARY_PATH when you use the standard matlab script located in the bin dir of the matlab installation. Try starting bin//MATLAB (in my case bin/glnxa64/MATLAB) directly.

    0 讨论(0)
提交回复
热议问题