From: Neelima on
Hi all

I am using, read_grib.m file, to read the NCEP nww3 wind.grb files with the command,

grib_struct=read_grib('nww3.wind.199807.grb', -1)

To some extent it is reading I think, later, it is showing the following error:

Parameter Table set to NCEPOPER
Searching for first GRIB marker...
GRiB Record marker "GRIB" found at chars 1-4
GRiB header =
GRIB
GRec= 1 : FPos1= 4??? Undefined command/function 'BDS_unpack_mex5'.

Error in ==> read_grib.r3\private\extract_grib at 64
dataarray=BDS_unpack_mex5(bds_struct.bindata,...

Error in ==> read_grib at 301
[pds_struct,gds_struct,bms_struct,bds_struct,dataarray]=...

CAn anyone please help me.

Thanku & regards,
Neel


"Thomas " <t_oksavik(a)hotmail.com> wrote in message <hcp63q$c2o$1(a)fred.mathworks.com>...
> Hello
>
> I am trying to use read_grib on 64-bit matlab. It has worked fine before with 32-bit, but now i get this error:
> "Undefined function or method 'BDS_unpack_mex5' for input arguments of type 'uint8'."
>
> I see that in my folder I have a file called BDS_unpack_mex5.mexw32, so I am guessing I need the similar file with extension mexw64, but I did not find it on the internet after a quick search.
>
> Does this file exist?
>
> Thomas
 | 
Pages: 1
Prev: workspace
Next: read_grib on 64-bit R2009b