hi,everyone who use RNT.now I want to make grid file,the matlab file is MAIN_grid.m, when I enter the command' tic; h=rnt_griddata(vlon,vlat,image_data,grd.lonr,grd.latr,'cubic');toc;',the error is "??? Undefined command/function 'rnt_hindicesTRI_mex'.
Error in ==> rnt_hindicesTRI at 41
[Ipos,Jpos,triX,triY,Ival,Jval]=rnt_hindicesTRI_mex(Xpos,Ypos,Xgrd,Ygrd);
Error in ==> rnt_griddata at 35
[Ipos,Jpos]=rnt_hindicesTRI(lon(:),lat(:),Xgrd,Ygrd);"
I had added the RNT path to the matlab , and I find there is no rnt_hindicesTRI_mex.m here ,only 'rnt_hindicesTRI_mex.f'.can any one help me ?
RNT error:MAIN_grid.m,rnt_griddata
Re: RNT error:MAIN_grid.m,rnt_griddata
Hi, Dongye, have you resolved the problem? I actually met the same problem... Or anybody else could help me?? Thanks..
-
- Posts: 2
- Joined: Fri Apr 12, 2013 12:40 pm
- Location: Sun Yet-sen university
Re: RNT error:MAIN_grid.m,rnt_griddata
you need to rebuild the f program yourselflliu wrote:Hi, Dongye, have you resolved the problem? I actually met the same problem... Or anybody else could help me?? Thanks..
which rnt_hindicesTRI_mex
you will get the direct then
mex ..copy direct here.../rnt_hindicesTRI_mex.f
that will be ok