how to open .nhdr file
조회 수: 7 (최근 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!