This is the first time i have downloaded and installed ncx on a windows xp machine with matlab R2007a. After typing nxc it displays the GUI, but upon loading a file the following error message comes up. any help?
>> ncx
??? Error using ==> feval
Undefined function or method 'mexcdf60' for input arguments of type 'char'.
Error in ==> ncmex at 110
[varargout{:}] = feval(fcn, varargin{:});
Error in ==> netcdf.open at 20
[theNCid, status] = ncmex('open', name(self), thePermission);
Error in ==> netcdf.netcdf at 416
result = open(result, thePermission);
Error in ==> n_filevars at 21
nc=netcdf(file);
Error in ==> ncx\private\ncx_load at 58
varnames = n_filevars(file);
Error in ==> ncx at 230
eval(varargin{1})
??? Error using ==> ncx('ncx_load')
Error using ==> feval
Undefined function or method 'mexcdf60' for input arguments of type 'char'.