urlread() related problem in matlab......

2 views (last 30 days)
azizullah khan
azizullah khan on 21 Jul 2014
Edited: Image Analyst on 22 Jul 2014
url='http://www1.interactivebrokers.ch/contract_info/v3.8/index.php?filter=ZBANZg&action=Conid+Info&lang=en&wlId=GEN&conid=81578645%27'
i want the above web to be readable in matlab. when i use urlread(url) it displays me some data but not the full data ..i want to fix it by using proxy method or other...please solve my this problem....thanks.
kindly check the attachment .The problem is due to the box..if i manually inter it then the problem is no more but i want it to be enter automatically ...
  2 Comments
Image Analyst
Image Analyst on 22 Jul 2014
Is the text an image or text? What does "view source" show you?
azizullah khan
azizullah khan on 22 Jul 2014
Edited: Image Analyst on 22 Jul 2014
view source result......
<br>
<form type="post">
To continue please enter the text from the image below
<br>
<img src="image.php?str=D8g1S9">
<br>
Text: <input type="text" name="filter">
<input type="hidden" name="action" value="Conid Info">
<input type="hidden" name="lang" value="en">
<input type="hidden" name="wlId" value="GEN">
<input type="hidden" name="conid" value="81578645">
<input type="Submit" value="Submit">
</form>

Sign in to comment.

Answers (0)

Categories

Find more on Get Started with MATLAB 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!