how to open .nhdr file
6 次查看(过去 30 天)
显示 更早的评论
Dear all,
I have .nhdr file. as attched
Anyone can help me to open it?
0 个评论
采纳的回答
DGM
2023-7-16
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 个评论
DGM
2023-7-16
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!