how i do retrieve data set of website in matlab?

4 views (last 30 days)
source code for open one website in matlab is: % Read website in variable urlread(url)
% Open Website in MATLAB browser web(url)
how i do call data set of website in matlab?
  3 Comments
nafise
nafise on 18 Apr 2014
With Under command, Yahoo website is retrieved in MATLAB, for to retrieve 200 website from the database, what command should be used? url = 'http://www.yahoo.com';
% Read website in variable urlread(url)
% Open Website in MATLAB browser web(url)
Image Analyst
Image Analyst on 18 Apr 2014
If you want 200 different web pages, then obviously you're going to have to call urlread() with 200 different input strings . But that's so obvious that we still don't know what your question is.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!