- 积分
- 10
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-4-23
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
小弟我对模式数据进行差值,temp = linint2_Wrap(lon,lat,temp1(z_t|:,time|:,nlon|:,nlat|:),Ture,lon1,lat1)
其中lon,lat都是[nlat|384]*[nlon|320]的矩阵,lon1,lat1都是一维的。请问我每次差值都说我输入的lon不能是二维的,请问怎么解决?
我看原文有这么一句才敢把二维的lon,lat加进去……
If xi is a multi-dimensional array, then each nxi subsection of xi must be monotonically increasing, but may be unequally spaced. All but its rightmost dimension must be the same size as all but fi's rightmost two dimensions.
万分感谢!! |
|