How to upload folder in matlab online(https://matlab.mathworks.com/)
79 ビュー (過去 30 日間)
古いコメントを表示
I'm coding in matlab online and the storage using Matlab Drive, matlab drive only support upload files not folder. So, how can i upload folder in matlab onedrive
2 件のコメント
Hisham
2019 年 1 月 4 日
編集済み: Walter Roberson
2019 年 3 月 7 日
Hi Palash:
You can install the MATLAB Drive Connector https://www.mathworks.com/products/matlab-drive.html#matlab-drive-connector on your machine, which will automatically syncronize your desktop with your MATLAB Drive. Another method is to create an archive of your folder (.zip) and extract it in MATLAB Online.
回答 (5 件)
madhan ravi
2018 年 11 月 13 日
2 件のコメント
Hisham
2019 年 1 月 4 日
編集済み: Hisham
2019 年 1 月 4 日
Hi Palash:
The sharing feature has been updated in MATLAB Online (matlab.mathworks.com) and introduced in MATLAB Drive online. You can click here to learn more about it.
Sergiojonathan Duque
2019 年 6 月 25 日
Compress it to a zip file then upload it. Matlab will allow it and prompt you to uncompress it after it is uploaded.
1 件のコメント
Sergiojonathan Duque
2019 年 6 月 25 日
correction: open a matlab window afte uploading and type in "unzip machine-learning-ex.zip"
Rutul Patel
2020 年 4 月 13 日
編集済み: Rutul Patel
2020 年 4 月 13 日
Upload a '.zip' file in MATLAB drive and extract into desired folder using unzip() command.
Example:
Uploaded zip file name: 'testset.zip'
Destination folder where extracted files to be stored: 'dataset'
Matlab command: unzip('testset.zip','dataset');
Note: It may take some time to unzip the file depending upon the file size and number of elements.
0 件のコメント
Asimananda Khandual
2022 年 2 月 21 日
- Create a New file in MATLAB online
- Drag and Drop your Zip file XXX.zip
- In command prompt type >> unzip XXX.zip
0 件のコメント
Karthikk Dhandapani
2022 年 10 月 14 日
You can upload folders to MATLAB Online through https://drive.matlab.com/files/ . The files/folders you add here will automatically be updated in your MATLAB Online session.
0 件のコメント
コミュニティ
その他の回答 遠隔学習コミュニティ
参考
カテゴリ
Help Center および File Exchange で Platform and License についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!