interacting with websites from Matlab

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.

回答 (2 件)

Sean de Wolski
Sean de Wolski 2014 年 4 月 3 日

1 投票

Use the 'post' or 'get' method inside or urlread

1 件のコメント

Chad Greene
Chad Greene 2014 年 4 月 4 日
Is there a way urlread can work with a php site?

サインインしてコメントする。

Lautaro Parada
Lautaro Parada 2019 年 7 月 26 日
編集済み: Lautaro Parada 2019 年 7 月 26 日

0 投票

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 件のコメント

Charles
Charles 2024 年 12 月 7 日
Could you write a solution using the HTTP Interface? I am struggling to use them to do something similar with another website.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

2014 年 4 月 2 日

コメント済み:

2024 年 12 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by