How to download a file from Matlab browser

1 view (last 30 days)
Leigh
Leigh on 1 Oct 2014
Answered: Image Analyst on 1 Oct 2014
I have opened a url from Matlab using the following:
%% Open URL and hold URL = 'https://docs.google.com/spreadsheet/ccc?key=0Aon3JiuouxLUdDU5S2NrbVJHRWVBRWxvU1dlOUQ2WUE#gid=0'; [stat,h,url] = web(URL);
Now, I need to download this google spreadsheet via code by either: 1. downloading entire webpage and parsing 2. using shortcuts like Alt + F, Alt + D, + Enter with code
How do I do one of these?
thanks

Answers (1)

Image Analyst
Image Analyst on 1 Oct 2014
Does ActiveX work? Or try java robot.

Categories

Find more on Downloads in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!