Effacer les filtres
Effacer les filtres

interacting with websites from Matlab

18 vues (au cours des 30 derniers jours)
Chad Greene
Chad Greene le 2 Avr 2014
Modifié(e) : Lautaro Parada le 26 Juil 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.

Réponses (2)

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

Connectez-vous pour commenter.


Lautaro Parada
Lautaro Parada le 26 Juil 2019
Modifié(e) : Lautaro Parada le 26 Juil 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