我在尝试用Matlab连上EV3的时候
Matlab有喷错误讯息
但有两种
1.一种是刚灌完软件包(LEGO MINDSTORMS EV3 MATLAB),直接call指令连线EV3喷的
Error using legoev3 (line 176)
Failed to connect to EV3 through Bluetooth. Please check your Bluetooth
connection.
2.另一种是灌完软件包,重开Matlab在连一次的错误讯息
Error using error
Unable to load a message catalog 'legoev3io:build'. Please check the file
location and format.
Error in legoev3 (line 176)
error(message('legoev3io:build:Legoev3BluetoothFailed'));
上网Google很久,都找不到任何资讯
也重灌Matlab,还是不能用
指令是用myev3 = legoev3('bluetooth','COM4');
Port有看过没有错,蓝芽也有连到
原本是用Matlab b,但就出现上面两种错误
试过Matlab a的版本,但a好像不能用EV3
所以又换回了b
请问有什么办法可以解决吗?
附上Documentation
http://ppt.cc/mLhQ