zhanglele10的个人博客分享 http://blog.sciencenet.cn/u/zhanglele10

博文

按标题搜索
基于年和月判定日数的函数
2022-6-14 23:39
eomday(years, months); 29
个人分类: Matlab学习心得|1192 次阅读|没有评论
一个查找SCI期刊缩写的网站
2022-4-21 17:50
http://sci.justscience.cn/index.php?q=Meteorologysci=1
个人分类: 文献阅读相关|2162 次阅读|没有评论
[转载]批量删除指定文件夹下所有excel的某一列
2022-3-30 17:07
原文地址: 批量删除指定文件夹中excel指定的列-百度经验 (baidu.com) VB代码如下: Sub Del_Col() Application.DisplayAlerts = False '做操作时所有提示信息都忽略 Dim myFiles As String Dim myExcels As String With Application.FileDialog(msoFileDialogFolderPicker) .Show .AllowM ...
个人分类: excel|3222 次阅读|没有评论
数据下载
2021-9-28 13:02
ERA5: https://cds.climate.copernicus.eu/cdsapp#!/search?type=datasettext=ERA5
个人分类: 数据|1731 次阅读|没有评论
一个将矩阵转换成geotiff数据的matlab函数
2021-6-16 17:48
function =Matrix2tif(XX, YY, ZZ) =size(XX); x=reshape(XX,a*b,1); y=reshape(YY,a*b,1); latlim= ; lonlim= ; rasterSize= ; R=georefcells(latlim,lonlim,rasterSize,'ColumnsStartFrom','north'); CoordRefSysCode=32646; %坐标系编码,https://blog.csdn.net/nju_zjy/article ...
个人分类: Matlab学习心得|2771 次阅读|没有评论
利用matlab进行文件的复制和重命名
2021-5-12 11:59
for i=1979:2018 infile1= ; infile2= ; outPath1= ; outPath2= ; copyfile(infile1,outPath1); copyfile(infile2,outPath2); cd(outPath1); oldname1= ; newname1= ; ...
个人分类: Matlab学习心得|5381 次阅读|没有评论
湿球温度的计算方法
2021-2-2 01:09
文献来源: Discriminating the precipitation phase based on di ff erent temperature thresholds in the Songhua River Basin, China
个人分类: 单位转换|3087 次阅读|没有评论
MODIS数据下载最方便的网站
2020-12-4 20:26
https://ladsweb.modaps.eosdis.nasa.gov/missions-and-measurements/products/MOD13Q1/
个人分类: 遥感相关|2858 次阅读|没有评论
ArcGIS上标输入方法
2020-11-12 22:04
平方表示方法:sup2/sup
个人分类: ArcGIS|3250 次阅读|没有评论

本页有 1 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-4 22:18

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部