资源简介
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
相关资源
-
数字滤波器设计(冲激响应不变法与
-
UKF 无迹卡尔曼滤波源程序 matlab
-
基于MATLAB的排队问题仿真.PDF
-
四叉树分割的示意图(matlab)
-
最小二乘拟合matlab程序
-
数字基带传输系统的MATLAB仿真实现2
-
MATLAB YALMIP工具箱调用cplex求解TSPTW
-
变调不变速语言处理程序
-
使用扩展卡尔曼滤波训练的神经网络
-
图像分割matlab程序
-
IMM算法卡尔曼滤波matlab仿真
-
newmark法计算结构响应
-
MATLAB脉冲响应不变法设计IIR巴特沃斯
-
Viterbi的matlab程序
-
基于MATLAB的M-PSK数字基带通信系统仿真
-
巴特沃兹滤波器m文件,有实验介绍和
-
区域生长分割matlab实现
-
Matlab指纹图像分割实验报告
-
无人驾驶车辆模型预测控制配套matl
-
基于matlab的QPSK仿真
-
OFDM基于循环前缀的最大似然同步算法
-
结构动力学编程matlab
-
排队理论 Matlab仿真
-
gmm matlab 代码
-
卡尔曼滤波跟踪视频目标matlab程序
-
MATLAB 水和水蒸气计算函数
-
MATLAB免疫遗传算法,在物流中心选址
-
整数规划思想求解数独游戏
-
形状上下文 代码 MATLAB
-
彩色遥感图像分类算法及 Matlab实现
评论
共有 条评论