我有一个名为 pic 的 4-D 双数组,暗度为(512、512、100、29)。实际上,它们是暗淡为 (512,512,100) 的“.nii”图像。每个 .nii 图像有 100 个切片。我在 pic(:,:,:,i) 数组中的 matlab 中加载了 29 个 nii 图像,现在我想保存它。但是matlab没有正确保存。
save( 'mypic.mat' ,'pic');
matlab 显示警告:
Warning: Variable 'pic' cannot be saved to a MAT-file whose version is
older than 7.3. To save this variable, use the -v7.3 switch. Skipping...
我应该怎么办?