How to clear mobiledev?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Maadhav Akula
el 13 de Ag. de 2019
The following command will help you:
clear m;
Hope this helps!
2 comentarios
Theodore Maruyama
el 25 de Oct. de 2019
In my Matlab course, my teacher placed
clear m;
clear mobiledev;
at the end of the data logging.
Comunidades de usuarios
Más respuestas en Distance Learning Community
Ver también
Categorías
Más información sobre Sensor Data Collection en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!