matlab doesnt find hdf5lib2.open fucntion
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Ashish Uthama
am 19 Feb. 2013
Bearbeitet: Ashish Uthama
am 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.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!