How to use make-ana function to save analyze 7.5 data
Mostrar comentarios más antiguos
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
Respuestas (1)
Walter Roberson
el 1 de En. de 2013
0 votos
uint8() is the only unsigned integer datatype supported by the function. The function supports uint8, int16, int32, single, and double
1 comentario
yanhong
el 1 de En. de 2013
Categorías
Más información sobre Neuroimaging en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!