Filter löschen
Filter löschen

how to open .nhdr file

5 Ansichten (letzte 30 Tage)
mohd akmal masud
mohd akmal masud am 16 Jul. 2023
Kommentiert: DGM am 16 Jul. 2023
Dear all,
I have .nhdr file. as attched
Anyone can help me to open it?

Akzeptierte Antwort

DGM
DGM am 16 Jul. 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 Kommentare
mohd akmal masud
mohd akmal masud am 16 Jul. 2023
Dear @DGM,
But I got error
headerInfo = nhdr_nrrd_read('res.nhdr',true) % read the data also
Error using nhdr_nrrd_read
While reading detached header file res.nhdr:
detached data file number 1/1 (data.raw) could not be opened.
DGM
DGM am 16 Jul. 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by