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

답변 (1개)

Walter Roberson
Walter Roberson 2013년 1월 1일

0 개 추천

uint8() is the only unsigned integer datatype supported by the function. The function supports uint8, int16, int32, single, and double

카테고리

도움말 센터File Exchange에서 Neuroimaging에 대해 자세히 알아보기

질문:

2013년 1월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by