Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.97 KB

readme.md

File metadata and controls

41 lines (27 loc) · 1.97 KB

License: GPL v3 View XinyueMa-neuro/ElecFeX on File Exchange GitHub Repo stars Twitter Follow

This MATLAB-based function is to create a UIFigure viewer for hdf5 files, including Neurodata Without Border (NWB) files.

Tested in MATLAB R2022a (2024-Jan-17).

Inspired by the online hdf5 viewer: https://myhdf5.hdfgroup.org/


Example

Get an example hdf5 file 469801136_ephys.nwb from the Allen Brain Institute Cell Types Database (http://api.brain-map.org/api/v2/well_known_file_download/491200026) and run the following code:

hdf5fn = '469801136_ephys.nwb';
hdf5viewer(hdf5fn)
layout


For more example hdf5 files,


If you use this code in your work, please cite it via the citation widget in the sidebar of this repository, or

X. Ma, hdf5viewer_matlab, (2024), GitHub repository, https://github.com/XinyueMa-neuro/hdf5viewer_matlab.


Author: Xinyue Ma
Email: [email protected]
PhD student, Integrated Program in Neuroscience
McGill University
Montreal, QC, H3A 1A1
Canada