Using mobiledev to acquire sensor data with MATLAB Grader
이전 댓글 표시
I am building a new introduction to programming university class and have plans to allow students to collect data with their mobile devices. I am using mobiledev in MATLAB Desktop and that works well, but I recently discovered MATLAB Grader and would like to know if Grader can be used in conjunction with MATLAB Mobile to log sensor data. Is this possible? I have a feeling this isn't going to work, but it would be a great feature.
채택된 답변
추가 답변 (1개)
Hi Michael,
I've used "mobiledev" on MATLAB online and desktop before. I think the connection happens through the MathWorks account that you are signed in to. I'm not sure how such communication can be achieved on MATLAB Grader.
I tried running the following line within MATLAB Grader and got the error that you see below.
m = mobiledev;
However, when I click the "Open Problem in MATLAB Online" button and launch the assignment in MATLAB Online, I can use "mobiledev" and retrieve sensor data. This workaround may be sufficient in some cases.
I suggest you reach out to MathWorks technical support as they can understand the requirements of your course and help you out.
댓글 수: 1
SANJU
2024년 9월 2일
While running the code mobiledevlist in MATLAB R2024a there is an error:
>> mobiledevlist
Failure to load the converter plug-in.
I have installed the " MATLAB Support Package for Android Sensors". Also tried reinstalling, but nothing works for me.
Could you help me resolve this problem.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Mobile에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!