フィルターのクリア

How to create zip nested folder in a single folder parent folder

3 ビュー (過去 30 日間)
Meenal
Meenal 2022 年 11 月 10 日
回答済み: Walter Roberson 2022 年 11 月 10 日
Hello all,
I have parent folder as C:\main_folder and subfolder inside the parent folder as C:\main_folder\sub_folder.
I want to zip the parent folder how can I zip it in matlab?
Thanks in advance

採用された回答

Walter Roberson
Walter Roberson 2022 年 11 月 10 日
https://www.mathworks.com/help/matlab/ref/zip.html
use the three parameter version of zip. Pass '.' as the second parameter and pass the name of the folder as the third parameter.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDebugging and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by