Problem 1995. Loading/Expanding a ZIP file from File Exchange
This challenge is to load a ZIP file from Mathworks File Exchange and UNZIP the contents.
Input: url_link of ZIP'd file
Output: UNZIPPED MAT file
Verification: filename and size will be confirmed
Commentary: This challenge was inspired by some of my links going dead. Alfonso suggested utilizing File Exchange(FE). My first attempts to load a MAT was unsuccessful due to using the incorrect FE link. The nice matlab unzip function with a valid link led to an efficient method.
Solution Stats
Problem Comments
-
1 Comment
Richard Zapor
on 1 Oct 2020
Link fixed 10/01/2020
Solution Comments
Show commentsProblem Recent Solvers16
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3016 Solvers
-
How to find the position of an element in a vector without using the find function
2751 Solvers
-
113 Solvers
-
Find the largest value in the 3D matrix
1553 Solvers
-
Sort numbers by outside digits
151 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!