how to open .nhdr file
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all,
I have .nhdr file. as attched
Anyone can help me to open it?
0 Commenti
Risposta accettata
DGM
il 16 Lug 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 Commenti
DGM
il 16 Lug 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!