Sha256: 84af1fcb7f4d063320d3d28357ad1c2ce475fa5bb04d8bd548c1520c7da8fb6c
Contents?: true
Size: 212 Bytes
Versions: 10
Compression:
Stored size: 212 Bytes
Contents
function volume_struct = CreateFunctionalVolumeStruct(studypath, image, bold_reps) volume_struct = cell(bold_reps,1); for vol = 1:bold_reps volume_struct{vol} = strcat(studypath, image, ',', int2str(vol)); end
Version data entries
10 entries across 10 versions & 1 rubygems