m_pack visualization

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
drewa
Posts: 35
Joined: Mon Dec 17, 2007 5:34 pm
Location: SCCWRP, Costa Mesa, CA

m_pack visualization

#1 Unread post by drewa »

I'm having a bit of trouble with the m_pack viz package which I assume relates to my version of Matlab (R2007b) under Ubuntu 7.1. Has anyone seen these errors and figured out a good work around (I do have Mexnc installed)?

??? Error using ==> feval
Invalid MEX-file
'/home/drew/Programs/Matlab75/Downloads/m_pack_2.1/other_authors/netcdf/mexnc_mex/glx32_R13/mexnc.mexglx':
/home/drew/Programs/Matlab75/Downloads/m_pack_2.1/other_authors/netcdf/mexnc_mex/glx32_R13/mexnc.mexglx:
symbol mxCreateDoubleMatrix, version libmx.INTERNAL not defined in file libmx.so with link time
reference.

Error in ==> mexcdf53 at 9
[varargout{:}] = feval('mexnc', varargin{:});

Error in ==> ncmex at 139
[varargout{:}] = feval(fcn, varargin{:});

Error in ==> netcdf.open at 20
[theNCid, status] = ncmex('open', name(self), thePermission);

Error in ==> netcdf.netcdf at 431
result = open(result, thePermission);

Error in ==> s_params at 40
nc=netcdf(file);

Error in ==> slice.slice at 216
[tts, ttb, hc, n] = s_params(file)

THANKS

Post Reply