How to use make-ana function to save analyze 7.5 data
Show older comments
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
Answers (1)
Walter Roberson
on 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
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!