Unsure of parameters required for urlread 'post' method
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Software Development Tools in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!