interacting with websites from Matlab

4 Ansichten (letzte 30 Tage)
Chad Greene
Chad Greene am 2 Apr. 2014
Kommentiert: Charles am 7 Dez. 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.

Antworten (2)

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

Melden Sie sich an, um zu kommentieren.


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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by