Matlab 2013b does not have websave function?

조회 수: 2 (최근 30일)
buer
buer 2014년 10월 15일
편집: buer 2014년 10월 21일
Hi.
I am using Matlab 2013b, I want to get all the data from url and save it into files. Then I checked websave is the right function. But when I use it or try to check help it says: "not defined function websave"...is it because I a, usign 2013b verison? How can I solve this? Thanks a lot.

채택된 답변

Martijn
Martijn 2014년 10월 15일
WEBSAVE was introduced in MATLAB R2014b. Please have a look at the URLWRITE function for MATLAB R2013b.
  댓글 수: 1
buer
buer 2014년 10월 21일
편집: buer 2014년 10월 21일
thanks Martijn, but when I use this function it always says not enough parameters. But the help says : urlwrite(URL,filename) .
SO what I do is urlwrite('url','list.h5'); is not it correct? Anything I got wrong? Thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simple Batch Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by