how to open .nhdr file
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear all,
I have .nhdr file. as attched
Anyone can help me to open it?
0 commentaires
Réponse acceptée
DGM
le 16 Juil 2023
It's just text, but there's already tools to read these files specifically, either with or without the associated data file.
headerInfo = nhdr_nrrd_read('res.nhdr',false) % read the header by itself
4 commentaires
DGM
le 16 Juil 2023
I don't know why it can't read the file. I'm not familiar with these tools, and the error message doesn't say why it failed.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!