interacting with websites from Matlab

4 visualizaciones (últimos 30 días)
Chad Greene
Chad Greene el 2 de Abr. de 2014
Comentada: Charles el 7 de Dic. de 2024
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.

Respuestas (2)

Sean de Wolski
Sean de Wolski el 3 de Abr. de 2014
Use the 'post' or 'get' method inside or urlread
  1 comentario
Chad Greene
Chad Greene el 4 de Abr. de 2014
Is there a way urlread can work with a php site?

Iniciar sesión para comentar.


Lautaro Parada
Lautaro Parada el 26 de Jul. de 2019
Editada: Lautaro Parada el 26 de Jul. de 2019
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 comentario
Charles
Charles el 7 de Dic. de 2024
Could you write a solution using the HTTP Interface? I am struggling to use them to do something similar with another website.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by