Is it possible to retrieve data from a website?

조회 수: 2 (최근 30일)
Louise Wilson
Louise Wilson 2021년 5월 21일
답변: Shanmuganathan 2022년 11월 23일
I have a list of vessel MMSI numbers. I would like to take each, enter it into the search bar on this page 'https://www.vesselfinder.com/' and then store the associated vessel type and length. Would this be possible using Matlab?
I had a look here:https://au.mathworks.com/help/matlab/ref/webread.html
But there doesn't seem to be a solution for my problem there.
  댓글 수: 1
Rik
Rik 2021년 5월 21일
The webread function can't be used to interact with a website. However, it is often possible to use direct URLs. If you look at a Google search, you will also notice that there is a pattern you could generate the link with.
Did you use the debugging tools of your browser to try to find a direct link pattern?

댓글을 달려면 로그인하십시오.

답변 (1개)

Shanmuganathan
Shanmuganathan 2022년 11월 23일
Hi Louise,
I understand you want to interact with a website to input your data.
Please find below the documentation about HTTP interface for MATLAB:
You can refer to the above documentation for various "put" and "get" methods that use the HTTP protocol. I hope this information helps resolve your query.
Regards,
Shanmuganathan

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by