How to clear mobiledev?
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Maadhav Akula
il 13 Ago 2019
The following command will help you:
clear m;
Hope this helps!
2 Commenti
Theodore Maruyama
il 25 Ott 2019
In my Matlab course, my teacher placed
clear m;
clear mobiledev;
at the end of the data logging.
Community
Più risposte nel Distance Learning Community
Vedere anche
Categorie
Scopri di più su Sensor Data Collection in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!