Azzera filtri
Azzera filtri

interacting with websites from Matlab

18 visualizzazioni (ultimi 30 giorni)
Chad Greene
Chad Greene il 2 Apr 2014
Modificato: Lautaro Parada il 26 Lug 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.

Risposte (2)

Sean de Wolski
Sean de Wolski il 3 Apr 2014
Use the 'post' or 'get' method inside or urlread

Lautaro Parada
Lautaro Parada il 26 Lug 2019
Modificato: Lautaro Parada il 26 Lug 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