Download path does not exist - Download Image from Dropbox

 Accepted Answer

pass a directory name as the third parameter not a file name.

5 Comments

Does not work, can you provide me an example
mkdir('D:\Final')
and pass 'D:\Final' as the third parameter .
filenames = {'1.jpg'};
That is, you have to pass in a cell array of filenames to fetch even if only one is being fetched.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!