You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,7 +50,7 @@ function h5save(filename, varname, A, opts)
42
50
h5save_exist(filename, varname, A, opts.size)
43
51
catche
44
52
switche.identifier
45
-
case {'MATLAB:imagesci:hdf5io:resourceNotFound', 'MATLAB:imagesci:h5info:unableToFind', 'MATLAB:imagesci:h5info:fileOpenErr'}
53
+
case {'MATLAB:imagesci:hdf5io:resourceNotFound', 'MATLAB:imagesci:h5info:unableToFind', 'MATLAB:imagesci:h5info:fileOpenErr', 'MATLAB:imagesci:h5info:libraryError'}
46
54
h5save_new(filename, varname, A, opts.size, opts.compressLevel)
0 commit comments