i am new in ROMS...trying to install ROMS in Linux 32 bit system..
when i am trying to plot the output using roms_gui in matlab (R2007a), the following error comes
>> roms_gui
??? Undefined function or method 'rempoints' for input arguments of type 'double'.
Error in ==> roms_gui>update_listbox at 344
lat=rempoints(readlat(nc),handles.rempts);
Error in ==> roms_gui>hisfile_callback at 160
handles=update_listbox(h, eventdata, handles, varargin);
Error in ==> roms_gui at 46
hisfile_callback(fig, [], handles, varargin)
********
i think the problem is with "rempoints"...its not a matlab inbuilt function
can anybody help me to solve this problem.
what this "rempoints" refers to?
problem with test case (Benguela)
Re: problem with test case (Benguela)
rempoints.m is supposed to be in the roms_tools package.
I have it in
Visualization_tools\rempoints.m
Did you add in the matlab pathdef or startup the Visualization_tools dir along with subdirs?
-J
I have it in
Visualization_tools\rempoints.m
Did you add in the matlab pathdef or startup the Visualization_tools dir along with subdirs?
-J
Re: problem with test case (Benguela)
thanks a lot Mr. Jacopo....
i have rempoints.m in /Preprocessing_tools.. i copy pasted that in /Visualization_tools...
and i set the path in matlab and i could solve some other problems also..
thank you very much
i have rempoints.m in /Preprocessing_tools.. i copy pasted that in /Visualization_tools...
and i set the path in matlab and i could solve some other problems also..
thank you very much