Problem 58513. Google Drive: MATLAB mat file download
Matlab 'mat' files are notoriously hard to email and download as they are binary files.
To make a 'mat' file downloadable from Google Drive requires a trick.
Copy the 'mat' file and change its extension to 'PDF'. Place this 'PDF' on the Google Drive.
To download this file into 'mat' form use urlwrite with a Google Drive url, which will need to be fixed, and a destination fname ending in '.mat'
This Challenge is to download a file given a GoogleDrive link and a fname, ending in '.mat', to the local directory.
The file for this URL ends in 'PDF' on a GoogleDrive.
Verification will be done by loading the fname and verifying the size. This file is the ICFP2023 Orchestra Problem set compressed 90% as a mat file.
Solution Stats
Problem Comments
-
1 Comment
William
on 14 Jul 2023
Thanks for passing along these techniques for dealing with Google drive files!
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
Read a column of numbers and interpolate missing data
2277 Solvers
-
Remove the polynomials that have positive real elements of their roots.
1670 Solvers
-
3197 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
804 Solvers
-
Create a matrix with difference of each row of input matrix
73 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!