MATLAB system does not run applications
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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 '"' ' --remote-port 8873 --start&']); Since I am using Ubuntu 16.04.1 LTS , I fixed scenarioPath . Now, this line is equal to system('sumo-gui -c "/path/to/SUMO/docs/tutorial/traci_tls/data/cross.sumocfg" --remote-port 8873 --start&'); When I run it nothing does happen ( ans=0 ) while when I test the command in bash command line the sumo-gui application starts. I believe the problem is even further