How to upload folder in matlab online(https://matlab.mathworks.com/)
조회 수: 77 (최근 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!