HOW to import data to MATLAB

조회 수: 4 (최근 30일)
sese
sese 2012년 11월 12일
댓글: Rainaire Hansford 2020년 9월 8일
Hello Guys ....
I have question for you guys today.. so if you ready let's begin.
i have this website and i want to import the temperature for today in my city which is "VIENNA", and save my data ( temperature) to file in my computer.
my sincerely
  댓글 수: 1
Jan
Jan 2012년 11월 14일
Please avoid double posting, because it wastes the time of the voluntary helpers. See http://www.mathworks.com/matlabcentral/answers/53476-how-to-getting-data-from-url.

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

채택된 답변

Thomas
Thomas 2012년 11월 12일
try this
syt=urlread('http://weather.yahoo.com/austria/vienna/vienna-551801/');
startvalue=strfind(syt,'day-temp-current temp-f');
temperature=syt(startvalue+26:startvalue+27)
  댓글 수: 5
Jan
Jan 2012년 11월 14일
You are welcome, sese. Please show what you have tried so far to get the Humidity and explain, which problems occurred. It should be possible to modify Thomas' example.
Rainaire Hansford
Rainaire Hansford 2020년 9월 8일
Excuse me guys but I try to use this code and i didnt get any values. Also the website doesn't seem to work. Can this work on google weather?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by