how to download data from websites?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hey all;
I have to obtain data from OPeNDAP data set. How can I download it? is there a matlab function for it? I tried to use loaddods but I can't download the file...please help me
Thanks
댓글 수: 0
답변 (1개)
Jacob Halbrooks
2014년 3월 26일
MATLAB supports importing data from OPenDAP sources as described here. There is both a high-level and low-level API. Your first approach will probably be to use NCREAD. An example showing the use of MATLAB's low-level API to import data from a URL is here.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!