ReadWeatherData

Retrieves weather data from National Weather Service Server.

您现在正在关注此提交

Returns weather related data for the location specified by its station
ID stdID. This weather data is retrieved from the National Digital Forecast Database XML Web Service by the National Weather Service (NWS)
Details of this service can be found at: http://www.weather.gov/xml/

This function produces the weather data in a Matlab friendly format. One can invoke this function periodically and use the data to generate
trend graphs.

引用格式

Dinkar Mylaraswamy (2026). ReadWeatherData (https://ww2.mathworks.cn/matlabcentral/fileexchange/13087-readweatherdata), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: Display Stock Data

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

Using Matlab's xmlRead function