How can I punt Link in URI

1 Ansicht (letzte 30 Tage)
bashar jaljolie
bashar jaljolie am 12 Mai 2021
Beantwortet: Deepak Meena am 28 Jun. 2021
import matlab.net.*
import matlab.net.http.*
Link = ['http:/LineRef.com]
r = RequestMessage;
uri = URI(Link);
resp = send(r,uri);

Antworten (1)

Deepak Meena
Deepak Meena am 28 Jun. 2021
Hi,
From my understanding you want to use matlab functions such as URI and send from the python. But this is not the correct way to call matlab functions from the python .
Usually we first call matlab.engine. to connect to the matlab . then we call the matlab functions.
Refer to this doc for more detailed examples
Thanks
Deepak

Kategorien

Mehr zu Call Web Services from MATLAB Using HTTP finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by