Webread function will not change inputs for html website?

I'm trying to do a search query on the NCBI website so I use the following URL:
I then want to change the sorting input to sort by the date modified. According to the source code, I need to change the following input to 'MDAT'
EntrezSystem2.PEntrez.Protein.Sequence_ResultsPanel.Sequence_DisplayBar.Sort
However, when I attempt to do so with the following command, it will not change the input? I've been able to use the command to change other inputs that have numerical inputs but I can't seem to change an input with a string input?
>> str=webread(url,'EntrezSystem2.PEntrez.Protein.Sequence_ResultsPanel.Sequence_DisplayBar.PrevSort','MDAT','EntrezSystem2.PEntrez.Protein.Sequence_ResultsPanel.Sequence_DisplayBar.PageSize',100);
Also, this is how the webpage looks viewed through mozilla's developer tool (attached).

답변 (0개)

태그

질문:

2016년 1월 4일

댓글:

2016년 1월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by