Matlab的拟合、优化和统计等工具箱常有下面几个名词: SSE(和方差、误差平方和):The sum of squares due to error MSE(均方差、方差):Mean squared error RMSE(均方根、标准差):Root mean squared error R-square(确定系数):Coefficient of determination Adjusted R-square:Degree-of-freedom […]
Matlab 2016要调用一个拟合好的函数非常简单: f = fittype(‘a*x^2+b*exp(n*x)’) %给出函数 f = General model: f(a,b,n,x) = a*x^2+b*exp(n*x) c = cfit(f,1,10.3,-1e2) %给出相应参数,返回函数值 c […]
弄清楚要研究区域的 Path/Row, 设置好研究时间段。在http://earthexplorer.usgs.gov/网站上把要下载的卫星影片筛选出来。 将筛选结果导出,单击“Click here to export your results”网站会给你发个邮件,在邮件中将链接打开,把要下载的文件名粘贴到“espa_request.txt”文件中。 打开并登陆https://espa.cr.usgs.gov/ordering/new/,在下图中单击“Choose File”并选择步骤3中的“espa_request.txt”文件,选择好其他参数。 单击submit订购,espa@usgs.gov会给你发两封邮件,一封是received,另外一封会慢点,因此需要点儿时间耐心等待。 用download_espa_order批量工具进行下载。