Divide nii files
バージョン 1.0.0 (1.61 KB) 作成者:
Jinbo Zhang
Divide nii files according to numerical sorting results.
Divide nii files according to numerical sorting results. According to the extraction parameters you provide, the most positive and negative voxels can be taken out according to the ratio and stored as another nii file.
such as:
nii_fname = 'test.nii';
split_nii_val(nii_fname,'pos','top',0.025,'output1.nii');
split_nii_val(nii_fname,'pos','bottom',0.01,'output2.nii');
split_nii_val(nii_fname,'neg','top',0.01,'output3.nii');
split_nii_val(nii_fname,'neg','bottom',0.01,'output4.nii');
引用
Jinbo Zhang (2025). Divide nii files (https://www.mathworks.com/matlabcentral/fileexchange/76598-divide-nii-files), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2018b
R2014b 以降 R2020a 以前と互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0 |