How to use make-ana function to save analyze 7.5 data
Afficher commentaires plus anciens
My syntax is as follows:
s=100*rand(63,53,46); t=int16(s); temp=make_ana('x1'); save_untouch_nii(temp,'a');
but I get a error: Datatype is not supported by make_ana.
Thank you
Réponses (1)
Walter Roberson
le 1 Jan 2013
0 votes
uint8() is the only unsigned integer datatype supported by the function. The function supports uint8, int16, int32, single, and double
1 commentaire
yanhong
le 1 Jan 2013
Catégories
En savoir plus sur Geometric Transformation and Image Registration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!