How to clear mobiledev?
13 views (last 30 days)
Show older comments
mobiledev is created when first connectting to the matlab mobile. however, when I disconnect with my matlab mobile and want to start a new connection, I cannot clear the exist mobiledev. what should I do?
0 Comments
Answers (1)
Maadhav Akula
on 13 Aug 2019
The following command will help you:
clear m;
Hope this helps!
2 Comments
Theodore Maruyama
on 25 Oct 2019
In my Matlab course, my teacher placed
clear m;
clear mobiledev;
at the end of the data logging.
Communities
More Answers in the Distance Learning Community
See Also
Categories
Find more on Sensor Data Collection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!