matlab doesnt find hdf5lib2.open fucntion
조회 수: 3 (최근 30일)
이전 댓글 표시
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
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.
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!