資源簡介
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實現