Since it's your first time here, let us show you how Trendy works.

Close-button

Daily High Temperature in Anchorage

  • Created by: Ned Gulley
  • Last ran: 20 minutes ago.
  • Auto-run in: 1 day.
  • Created on: 19 Oct 2011

603

data points

Description:

The maximum temperature recorded in the preceding 24 hours.

Data collected from nws.noaa.gov.

Recently Collected Data (last 5 of 602) Show All Data

Time Recorded (time1155) Data (data1155)
19 May 2013 05:30:10 [38]
18 May 2013 05:30:13 [37]
17 May 2013 05:30:10 [41]
16 May 2013 05:30:11 [52]
15 May 2013 05:30:10 [45]
url = 'http://www.nws.noaa.gov/view/validProds.php?prod=RTP&node=PAFC';
city = 'ANCHORAGE NWS';
temps = urlfilter(url,city,2);
hitemp = temps(1);
lotemp = temps(2);
updatetrend(hitemp)
Tags:

0 comments