How to create zip nested folder in a single folder parent folder
    7 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Meenal
 il 10 Nov 2022
  
    
    
    
    
    Risposto: Walter Roberson
      
      
 il 10 Nov 2022
            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
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 10 Nov 2022
        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 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su File Compression in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

