How to clear mobiledev?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Maadhav Akula
am 13 Aug. 2019
The following command will help you:
clear m;
Hope this helps!
2 Kommentare
Theodore Maruyama
am 25 Okt. 2019
In my Matlab course, my teacher placed
clear m;
clear mobiledev;
at the end of the data logging.
Communitys
Weitere Antworten in Distance Learning Community
Siehe auch
Kategorien
Mehr zu Sensor Data Collection finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!