matlab doesnt find hdf5lib2.open fucntion

3 views (last 30 days)
trying to operate some legacy HDF5 code.
the code calls hdf5lib2.open that Matlab doesnt find. Can you help?
below is the command window error:
I seem to have in C:\Program Files\MATLAB\R2009b\bin\win64 the relevant files.
I also put the ver output for version information below
the dependency walker lists libmex.dll libmx.dll libHDF5.dll libhdf5_hl.dll and MSVCR80.DLL as missing
-------------------------
>> [DataColumn ColumnNames DataFilter FilterNames]=Read_HDF5(FILE,1,'All','H5S_ALL',{'H5S_ALL'},{'H5S_ALL'}); ??? Error using ==> hdf5lib2 The HDF5 library encountered an error: "not found"
Error in ==> open at 27 dataset_id = H5ML.hdf5lib2('H5Dopen', varargin{:});
Error in ==> Info_HDF5 at 134 Info.dataset.ident = H5D.open(Info.file.ident,DATASET);
Error in ==> Read_HDF5>HDF5_FilterRead at 171 Info_Group=Info_HDF5(FILE,DATASET_Group);
Error in ==> Read_HDF5 at 81 [DataF(i,:), FilterNames_temp] = HDF5_FilterRead(FILE,RowStart,RowEnd,FilterN{n},Info.file.Filter(n).Groups_Names{i}{:});
-----------------------------------------
>> ver ------------------------------------------------------------------------------------- MATLAB Version 7.9.0.529 (R2009b) MATLAB License Number: •••••• Operating System: Microsoft Windows Vista Version 6.1 (Build 7601: Service Pack 1) Java VM Version: Java 1.6.0_12-b04 with Sun Microsystems Inc. Java HotSpot™ 64-Bit Server VM mixed mode ------------------------------------------------------------------------------------- MATLAB Version 7.9 (R2009b)
------------------------
  2 Comments
Ashish Uthama
Ashish Uthama on 19 Feb 2013
Edited: Ashish Uthama on 20 Feb 2013
I believe this is the library saying that it did not find the file/variable that was passed to the library read command.
Dan
Dan on 20 Feb 2013
Edited: Dan on 20 Feb 2013
Thanks! I read the Matlab error message wrong. now I have to debug the code... not really a linking problem...

Sign in to comment.

Accepted Answer

Dan
Dan on 20 Feb 2013
Thanks! I read the Matlab error message wrong. now I have to debug the code... not really a linking problem...

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!