Community Profile

photo

weipeng yang


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
.nii to .mat
clc; clear all; file = dir('*.nii'); len = length(file); for i = 1:len nii_file = file(i).name; nii = load_nii(nii...

3 years ago | 0