资源简介

matlab 天气预报获取程序 联网运行即可

资源截图

代码片段和文件信息

function weather()
clear all
close all
cityid=‘101010100‘;     %北京   天津:101030100
if ~exist(‘myweather.html‘‘file‘)
    fid=fopen(‘myweather.html‘‘w‘);
    str=‘\r\n\r\n\r\n\r\n
\r\n ‘;
    fprintf(fidstr);
    str=[‘rame src=“http://m.weather.com.cn/m/pn11/weather.htm?id=‘cityid‘T“ ‘...
    ‘width=“490“ height=“50“ marginwidth=“0“ marginheight=“0“ hspace=“0“ ‘...
    ‘vspace=“0“ frameborder=“0“ scrolling=“no“>\r\n
rame>\r\n\r\n
\r\n‘];
    fprintf(fidstr);
    %% 实况温度模块
    str=[‘rame name=surf src=“http://flash.weather.com.cn/sk2/shikuang.swf?‘...
    ‘id=‘cityid‘“ frameBorder=0 width=625 scrolling=no height=240>\r\n
rame>\r\n
‘];
    fprintf(fidstr);
    %% 全国天气模块
    str=[‘rame src=“http://flash.weather.com.cn/wmaps/index.swf?url1=http%%3A%%2F%%‘...
    ‘2Fwww%%2Eweather%%2Ecom%%2Ecn%%2Fweather%%2F&url2=%%2Eshtml&from=cn“ width=“625“ ‘...
    ‘height=“457“ marginwidth=“0“ marginheight=“0“ hspace=“0“ vsp

评论

共有 条评论