problem in saving/writing 3D images.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
NAVNEET NAYAN
il 14 Ott 2020
Modificato: Ameer Hamza
il 14 Ott 2020
I had 30 2D images. I concatenated it and made it a 3D image. The 2D and 3D images were of uint8 datatype. I wanted to save or to write this 3D image in a folder or a in a particular file. I used niftiwrite function for this purpose. But the saved file was in .nii format. Is there any other way to save or to write the formed 3D image in the same unit8 datatype in a particular folder or file?
In case, you require any clarity on the above mentioned problem, feel free to comment and discuss.
0 Commenti
Risposta accettata
Ameer Hamza
il 14 Ott 2020
Modificato: Ameer Hamza
il 14 Ott 2020
Use MATLAB's native .mat file format. See save(): https://www.mathworks.com/help/matlab/ref/save.html. It loads the numeric data in same datatype in which it was saved.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Import, Export, and Conversion 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!