I tried this
output=make_nii(file);
>> save_nii(output,'myfile.nii');
>> nii= load_nii('myfile.nii');
>> view_nii(nii);
but it doesn't work; showing empty image
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!