フィルターのクリア

How to save output in MATLAB Mobile?

66 ビュー (過去 30 日間)
S. B. M.
S. B. M. 2021 年 8 月 30 日
コメント済み: Cris LaPierre 2023 年 5 月 9 日
Hello. I am trying out MATLAB Mobile both on my android device and ipad, but I do not know how to save or export the output in other form, or perhaps write them into cloud. I mean, usually on MATLAB desktop I often write to Excel like using xlswrite or writematrix, etc, but it looks like these are not supported on this app. How can I do that so that I do not need to re-open and read command window anytime? Suggestions are much appreciated. Thanks.

採用された回答

Cris LaPierre
Cris LaPierre 2021 年 8 月 30 日
MATLAB Mobile uses MATLAB Drive for its file system. MATLAB Drive is a cloud-based storage system. You can access anything you save in MATLAB Mobile in MATLAB Drive online.
In addition, MATLAB Drive is also the file system of MATLAB Online. Therefore, anything you save in MATLAB Mobile will also be accessible in MATLAB Online.
Finally, if you install MATLAB Drive Connector, the contents in your MATLAB Drive can be synced to a local folder. You can then access that locally.
You should therefore be able to use the same save/export options you normally would to save the data. I'd suggest using newer functions like writetable and writematrix over xlswrite.
  6 件のコメント
S. B. M.
S. B. M. 2021 年 8 月 30 日
My apologies as I do not understand the connection. Correct me if I'm wrong, but do you mean that from the second point "creating apps with App designer not supported", I can conclude that what I wanted to do is not supported?
Assuming that is the case, I do not actually plan to make an app. I only specifically want to input stuff in the Command Window by touching something instead of typing.
I checked this page https://www.mathworks.com/matlabcentral/answers/181900-can-i-run-gui-by-matlab-mobile, which links to another page http://www.mathworks.com/mobile/frequently-asked-questions.html, which did not exist, and it was 5 years ago so maybe something has changed.
Cris LaPierre
Cris LaPierre 2023 年 5 月 9 日
You can run apps you have made elsewhere, but cannot design the app in MATLAB Mobile.

サインインしてコメントする。

その他の回答 (1 件)

Amera
Amera 2023 年 5 月 9 日
/MATLAB Drive/Amera.m

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by