webots与MATLAB的连接

webots与MATLAB的连接,matlab,webots,Matlab,Webots,我想连接网络机器人Webots软件和MATLAB。 在webot中,我选择“机器人竞赛”,打开了webot中存在的世界“nao_matlab”,当我在控制台中编译并运行此消息时,显示: 有什么问题吗 Starting Matlab... Starting Matlab... [supervisor_matlab] [supervisor_matlab] To get started, type one of these: helpwin, helpdesk, or demo. [supe

我想连接网络机器人Webots软件和MATLAB。 在webot中,我选择“机器人竞赛”,打开了webot中存在的世界“nao_matlab”,当我在控制台中编译并运行此消息时,显示:

有什么问题吗

Starting Matlab...
Starting Matlab...
[supervisor_matlab]  
[supervisor_matlab]   To get started, type one of these: helpwin, helpdesk, or demo.
[supervisor_matlab]   For product information, visit www.mathworks.com.
[supervisor_matlab]  
[nao_matlab]  
[nao_matlab]   To get started, type one of these: helpwin, helpdesk, or demo.
[nao_matlab]   For product information, visit www.mathworks.com.
[nao_matlab]  
[supervisor_matlab] Error using ==> loadlibrary at 480
[supervisor_matlab] There was an error running the loader mfile.  Use the mfilename option
[supervisor_matlab] to produce a file that you can debug and fix if needed.  Please report
[supervisor_matlab] this error to the MathWorks so we can improve this function.
[supervisor_matlab] 
[supervisor_matlab] 
[supervisor_matlab] Error in ==> launcher at 43
[supervisor_matlab]       loadlibrary Controller allincludes.h ...
[supervisor_matlab] 
[supervisor_matlab] Caused by:
[supervisor_matlab]     Error using ==> feval
[supervisor_matlab]     Error: File: C:\Users\Mohamad\AppData\Local\Temp\libController_proto.m Line: 364 Column: 9
[supervisor_matlab]     The input character is not valid in MATLAB statements or expressions.
[nao_matlab] Error using ==> loadlibrary at 480
[nao_matlab] There was an error running the loader mfile.  Use the mfilename option
[nao_matlab] to produce a file that you can debug and fix if needed.  Please report
[nao_matlab] this error to the MathWorks so we can improve this function.
[nao_matlab] 
[nao_matlab] 
[nao_matlab] Error in ==> launcher at 43
[nao_matlab]       loadlibrary Controller allincludes.h ...
[nao_matlab] 
[nao_matlab] Caused by:
[nao_matlab]     Error using ==> feval
[nao_matlab]     Error: File: C:\Users\Mohamad\AppData\Local\Temp\libController_proto.m Line: 364 Column: 9
[nao_matlab]     The input character is not valid in MATLAB statements or expressions.
[nao_matlab] 
[nao_matlab] 
[supervisor_matlab] 
[supervisor_matlab] 

可以在此处或此处找到将matlab与webots集成的非常好的指南