can't copy a under writing h5 file

4 views (last 30 days)
Van Thai Pham
Van Thai Pham on 21 Jun 2020
I got error when copying a h5 file that is under written. The error:
Error using hdf5lib2
The filename specified was either not found on the MATLAB path or it contains
unsupported characters.
Error in H5F.open (line 60)
file_id = H5ML.hdf5lib2('H5Fopen', filename, flags, fapl);
Error in h5write (line 80)
file_id = H5F.open(Filename,flags,fapl);
Error in test_read_write_h5 (line 20)
h5write(new_fn,h5_path1,dump_S,[1 1 kkk],[size(dump_S) 1]);
This happened when I write many 500x500 elements matrix to h5 file in a for loop using h5write(filename,path,[1 1 xx],[500 500 1]).
This seems to be a Windows 10 problem?Thank you for any suggestion.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!