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

Close-button

Daily Low Temperature in Anchorage

  • Created by: Ned Gulley
  • Last ran: about 8 hours ago.
  • Auto-run in: about 16 hours.
  • Created on: 01 Feb 2012

464

data points

Description:

The minimum temperature recorded in the preceding 24 hours.

Data collected from nws.noaa.gov.

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

Time Recorded (time1328) Data (data1328)
20 May 2013 08:15:21 [27]
19 May 2013 08:15:18 [26]
18 May 2013 08:15:18 [33]
17 May 2013 08:15:17 [36]
16 May 2013 08:15:17 [36]
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(lotemp)
Tags:

0 comments