How to make program scan a webpage?

조회 수: 15 (최근 30일)
Reuben
Reuben 2014년 2월 22일
답변: Walter Roberson 2014년 2월 22일
I have an interest in writing a matlab program that goes to a url and searches a search box for an item.
these items have listed prices under them in text format (doesn't seem to be an image). I want the program to look at this part of the webpage and store data of price values listed under the item.
is there any way to do this using a function i can download? i have basic knowledge of matlab but am not proficient. If i can program the script to store data, I can easily write the rest of my code.

답변 (1개)

Walter Roberson
Walter Roberson 2014년 2월 22일
See urlread() and urlwrite()

카테고리

Help CenterFile Exchange에서 Standard File Formats에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by