How to clear mobiledev?

10 views (last 30 days)
tianjie zhang
tianjie zhang on 13 Aug 2019
Commented: Theodore Maruyama on 25 Oct 2019
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?

Answers (1)

Maadhav Akula
Maadhav Akula on 13 Aug 2019
The following command will help you:
clear m;
Hope this helps!
  2 Comments
tianjie zhang
tianjie zhang on 14 Aug 2019
thanks but useless
Theodore Maruyama
Theodore Maruyama on 25 Oct 2019
In my Matlab course, my teacher placed
clear m;
clear mobiledev;
at the end of the data logging.

Sign in to comment.

Communities

More Answers in the  Distance Learning Community

Categories

Find more on Get Started with MATLAB 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!