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개)

Sean de Wolski
Sean de Wolski 2014년 4월 3일

1 개 추천

Use the 'post' or 'get' method inside or urlread

댓글 수: 1

Chad Greene
Chad Greene 2014년 4월 4일
Is there a way urlread can work with a php site?

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

Lautaro Parada
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
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.

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

질문:

2014년 4월 2일

댓글:

2024년 12월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by