interacting with websites from Matlab

20 visualizaciones (últimos 30 días)
Chad Greene
Chad Greene el 2 de Abr. de 2014
Editada: Lautaro Parada el 26 de Jul. de 2019
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.

Community Treasure Hunt

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

Start Hunting!

Translated by