How to upload folder in matlab online(https://matlab.mathworks.com/)
显示 更早的评论
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 oned
rive
rive2 个评论
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.
Daniel Brazil
2019-3-7
Use the unzip command in MATLAB Online to extract the folder
回答(5 个)
madhan ravi
2018-11-13
2 个投票
2 个评论
PALASH MONDAL
2018-11-13
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
1 个投票
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
0 个投票
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.
Asimananda Khandual
2022-2-21
0 个投票
- Create a New file in MATLAB online
- Drag and Drop your Zip file XXX.zip
- In command prompt type >> unzip XXX.zip
Karthikk Dhandapani
2022-10-14
0 个投票
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.
社区
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!