Skip to content
Snippets Groups Projects
Commit 2e7318b7 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Clean up for MATLAB only, change DIR structure

parent 977736fa
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
import h5py
#Shows how to create an externalLink (symbolic) to a hdf5 File
#Documentation available at: https://docs.h5py.org/en/stable/high/group.html#external-links
myfile = h5py.File('./example.h5','w')
myfile['ext link'] = h5py.ExternalLink("testdata_2.h5", "/")
myfile.close()
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment