How to use make-ana function to save analyze 7.5 data

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
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

Catégories

Question posée :

le 1 Jan 2013

Community Treasure Hunt

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

Start Hunting!

Translated by