have. mat file on my computerhowto upload to matalb
3 ビュー (過去 30 日間)
古いコメントを表示
have many .mat files on my computer. how do i uplad the to matlab online
0 件のコメント
回答 (1 件)
Deepak Gupta
2024 年 12 月 15 日
Hi Diana,
You can zip your files and load it onto matlab online. This worked for me, hope it helps.
Thanks,
Deepak
7 件のコメント
Walter Roberson
2024 年 12 月 19 日
The excel_directory that is in the workspace is only a variable naming the destination directory for the excel files. The excel_directory in the workspace is not the content of the excel files -- only the path to where the files are to be stored.
You can
zip('ZIPFILENAMEGOESHERE.zip', fullfile(excel_directory, "*.xlsx"))
to create ZIPFILENAMEGOESHERE.zip and then download ZIPFILENAMEGOESHERE.zip onto your Mac (right-click it in the file browser to get a download menu item.)
参考
カテゴリ
Help Center および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!