Unable to connect to EV3 via bluetooth in Matlab R2014b
2 ビュー (過去 30 日間)
古いコメントを表示
I have installed the Supported packages (along SDK 7.1) for EV3 for Matlab as well as Simulink. Connections to EV3 over USB works fine but when I connect to EV3 over Bluetooth, it gives teh following errors:
>> myev3 = legoev3('Bluetooth','COM21')
Error using error
Unable to load a message catalog 'legoev3io:build'. Please check the file location and format.
Error in legoev3 (line 157)
error(message('legoev3io:build:CommInvalidType'));
Unable to rectify.
回答 (2 件)
Walter Roberson
2015 年 9 月 14 日
You may have to do some setup. See http://www.mathworks.com/help/supportpkg/legomindstormsev3io/ug/connect-to-an-ev3-brick-over-bluetooth-using-windows-1.html
chitianqilin
2015 年 9 月 14 日
I deleted other 2 Lego MINDSTORMS hardware support packages, the error disappeared for now.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!