필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Connection issue for Lego Windstorm EV3 and Matlab 2015b under Mac 10.11.3

조회 수: 1 (최근 30일)
Kyle
Kyle 2016년 2월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
I have successfully paired Mac with Lego Mindstorm EV3, and the connection is stable. However, the command
myLego = legoev3('Bluetooth','/dev/tty.EV3-SerialPort');
brought the error message
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'));
I have spent hours but could not find a solution. I also tried
legoev3('USB')
but it gave the some error message.
On the other hand, I can send commend from Lego Mindstorm EV3 software either from USB or Bluetooth without any problem.
Please help!
Many thanks Kyle
  댓글 수: 2
Walter Roberson
Walter Roberson 2016년 2월 20일
The most common cause for being unable to load a message catalog is that there has been a loop that leaked open files and so there are no available open file handles to open the file. That is the most common cause. But sometimes the message catalog simply is not there for some reason.
Kyle
Kyle 2016년 2월 21일
I tried different versions of Matlab on my macbook but none of them could connect to my EV3.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by