Unsure of parameters required for urlread 'post' method
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to send the necessary parameters to the webpage and return the results. I understand urlread can do this, but I am not that experienced with Matlab, hence this question. I also believe I need to use the 'post' method if I wish to provide parameters to the form. I am a little unsure as to the parameter-value pairs which I need to provide as the exact names are not clear.
Please see the below url.
URL = 'http://metlin.scripps.edu/spec_search.php'; str = urlread(URL,'post',{'term','value'});
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Software Development Tools finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!