Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 605 Bytes

matlab-images.md

File metadata and controls

12 lines (8 loc) · 605 Bytes

Brain images in Matlab

The aims of this lesson are:

  • refresh your memory about matlab
  • see how to load nifti images (pre-2017b we need a toolbox, now support is native). See the first exercise below.
  • we build a simple makeMontage() function for displaying 3d imaging data. Plan out / design / write makeMontage()
  • thinking about putting your code under version control!

example of a montage

Look at the files and exercises in the matlab_images folder.