matlab doesnt find hdf5lib2.open fucntion

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

Ashish Uthama
Ashish Uthama 2013년 2월 19일
편집: Ashish Uthama 2013년 2월 20일
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 2013년 2월 20일
편집: Dan 2013년 2월 20일
Thanks! I read the Matlab error message wrong. now I have to debug the code... not really a linking problem...

댓글을 달려면 로그인하십시오.

 채택된 답변

Dan
Dan 2013년 2월 20일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

질문:

Dan
2013년 2월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by