登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 hillside 于 2013-6-1 19:40 编辑
climate visualization with Matlab
http://www.tedngai.net/experiments/climate-visualization-with-matlab.html
This tutorial goes through the process of visualizing TMY3 (Typical Meteorological Year) data using Matlab. A common problem with weather visualization using tools like Ecotect or Climate Consultant is they only visualize 1 set of data at a time. But the ability to combine different datasets is critical to material decisions and spatial organization strategies. Thus, this tool is created for the sole purpose of enabling architects to actively use weather data to make better design decisions. The 4 small Matlab scripts are meant for educational purpose only and you can download them here. - Open ReadEPW.m
- Line 2 reads (‘Country_City_WeatherStation.epw‘);
- Change Country_City_WeatherStation.epw to a TMY3 data file you want to open, and click Run, the file will bring the weather into Matlab.
- Open EPW2Hourly.m and click Run, the file will sort through all the variables and give them proper names.
- Type in command:
plot(x,dbt,x,dpt);
to plot Dry Bulb Temperature and Dew Point Temperature on the same graph.
注:只是提供信息,具体用法不详。
|