Unsure of parameters required for urlread 'post' method

1 回表示 (過去 30 日間)
Philip  Spratt
Philip Spratt 2013 年 6 月 18 日
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 件)

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by