how to open .nhdr file
4 ビュー (過去 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 で Simultaneous and Synchronized Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!