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

 Akzeptierte Antwort

Thomas
Thomas am 12 Nov. 2012

0 Stimmen

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 Kommentare

sese
sese am 13 Nov. 2012
Bearbeitet: sese am 13 Nov. 2012
Thank you so much Thomas, but 1- how can i save it to a file on my computer? 2- what is startvalue+26 & 27 ?
sincerely
Jan
Jan am 13 Nov. 2012
"startvalue+26" is the number you get, when 26 is added to the value of "startvalue". "startvalue" itself is the position of the string 'day-temp-current temp-f' inside the contents of the webpage.
We cannot gues how you can save "it". Please explain, what you want to save in which format.
sese
sese am 13 Nov. 2012
Bearbeitet: sese am 13 Nov. 2012
thanks a lot Jan, but could you pls tell me how to get the Humidity and the wind speed how to get it?
sincerely
Jan
Jan am 14 Nov. 2012
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 am 8 Sep. 2020
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?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by