Is urlread2 function limited to specific matlab versions?
이전 댓글 표시
I use the function without any problem on matlab 2014 but with the following error on 2008b. Is it because it is version specific?
Error: No appropriate method, property, or field getProxy for class com.mathworks.net.transport.DefaultComboTCP.
답변 (1개)
Guillaume
2014년 9월 19일
0 개 추천
To make it visible to 2008b, add the path of the folder where you put it ( which urlread2 in 2014 will tell you) to the matlab path (addpath).
댓글 수: 2
Yucheng
2014년 9월 19일
Guillaume
2014년 9월 19일
Oh, I didn't realise the error came from within urlread2.
Having had a look at the code, it looks like it calls some undocumented internal java functions to configure proxy settings. Most likely, it wasn't implemented in 2008b as proxy configuration within matlab is fairly recent thing.
So it looks like you can't use urlread2 in 2008b.
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!