How to clear mobiledev?
4 ビュー (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/233665/image.png)
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 件のコメント
回答 (1 件)
Maadhav Akula
2019 年 8 月 13 日
The following command will help you:
clear m;
Hope this helps!
2 件のコメント
Theodore Maruyama
2019 年 10 月 25 日
In my Matlab course, my teacher placed
clear m;
clear mobiledev;
at the end of the data logging.
コミュニティ
その他の回答 遠隔学習コミュニティ
参考
カテゴリ
Help Center および File Exchange で Sensor Data Collection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!