爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

分享 matlab中的时间函数now
kongfeng0824 2013-11-21 17:04
Syntax t = now Description t = now returns the currentdate and time as a serial date number. To return the time only, use rem(now,1).To return the date only, use floor(now). Examples t1 = now, t2 = rem(now,1) t1 = 7.2908e+05 t2 = ...
个人分类: Matlab Study|92 次阅读|0 个评论
分享 matlab中读取栅格数据的信息函数sdtsinfo
kongfeng0824 2013-9-17 15:38
Syntax info = sdtsinfo(filename) Examples info = sdtsinfo('9129CATD.DDF');
个人分类: Matlab Study|883 次阅读|1 个评论 热度 1
分享 matlab中读取shapefile的函数shaperead
kongfeng0824 2013-9-17 15:32
Syntax S = shaperead(filename) S = shaperead(filename, Name,Value,...) = shaperead(...)
个人分类: Matlab Study|1456 次阅读|0 个评论
分享 matlab中读取shapefile文件信息函数shapeinfo
kongfeng0824 2013-9-17 15:30
Syntax info = shapeinfo(filename)
个人分类: Matlab Study|1946 次阅读|0 个评论
分享 matlab中写KML文件函数kmlwrite
kongfeng0824 2013-9-17 15:29
Syntax kmlwrite(filename, lat, lon) kmlwrite(filename, S) kmlwrite(filename, address) kmlwrite(..., param1, val1, param2, val2, ...)
个人分类: Matlab Study|548 次阅读|0 个评论
分享 matlab中读图片名称信息函数worldfilename
kongfeng0824 2013-9-17 15:26
Syntax worldfilename = getworldfilename(imagefilename)
个人分类: Matlab Study|136 次阅读|0 个评论
分享 matlab中写tiff数据文件函数geotiffwrite
kongfeng0824 2013-9-17 15:21
Syntax geotiffwrite(filename,A,R) geotiffwrite(filename,X,cmap,R) geotiffwrite(...,Name,Value) Description geotiffwrite( filename , A , R ) writes a georeferenced image or data grid, A, spatially referenced by R, into an output file, filename. geotiffwrite( filename , X , cmap , R ) wri ...
个人分类: Matlab Study|3021 次阅读|0 个评论
分享 matlab中读取tiff数据函数geotiffread
kongfeng0824 2013-9-17 15:19
Syntax = geotiffread(filename) = geotiffread(filename) = geotiffread(filename) = geotiffread(filename) = geotiffread(filename, idx) = geotiffread(url, ...) Description = geotiffread( filename ) reads a georeferenced grayscale, RGB, or multispectral image or data grid from t ...
个人分类: Matlab Study|3509 次阅读|0 个评论
分享 matlab中读取tiff数据相关信息函数geotiffinfo
kongfeng0824 2013-9-17 15:17
Syntax info = geotiffinfo(filename) info = geotiffinfo(url) Description info = geotiffinfo(filename) returnsa structure whose fields contain image properties and cartographicinformation about a GeoTIFF file. info = geotiffinfo(url) readsthe GeoTIFF image from a URL.
个人分类: Matlab Study|624 次阅读|0 个评论
分享 matlab中tiff转地图投影数据函数geotiff2mstruct
kongfeng0824 2013-9-17 15:16
Syntax mstruct = geotiff2mstruct(proj) Description mstruct = geotiff2mstruct(proj) converts the GeoTIFF projection structure, proj, to the map projection structure, mstruct. The unit of length of the mstruct projection is meter. The GeoTIFF projection structure, proj, must reference a ...
个人分类: Matlab Study|357 次阅读|0 个评论

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

返回顶部