Community Profile

photo

Xiq


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


If a variable holds a bunch of images, what does (:, :, 1, i) mean?
Part of the code - img = dicomread('example.dcm'); for i=1:100 data(:, :, i) = img(:, :, 1, i); end

4 years ago | 2 answers | 0

2

answers