필터 지우기
필터 지우기

interacting with websites from Matlab

조회 수: 18 (최근 30일)
Chad Greene
Chad Greene 2014년 4월 2일
편집: Lautaro Parada 2019년 7월 26일
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일
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일
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.

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by