interacting with websites from Matlab
이전 댓글 표시
Is it possible to enter data into forms on a website, click "send", and retrieve resulting data, all from a Matlab script? Specifically, I'd like to enter hex color values into this site, and get the values it returns.
답변 (2개)
Lautaro Parada
2019년 7월 26일
편집: Lautaro Parada
2019년 7월 26일
0 개 추천
A more recent verion is related to the HTTP Interface of matlab. This interface provides functionality to issue properly structured HTTP requests and process their responses.
댓글 수: 1
Charles
2024년 12월 7일
Could you write a solution using the HTTP Interface? I am struggling to use them to do something similar with another website.
카테고리
도움말 센터 및 File Exchange에서 Web Services에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!