Skip to content

Instantly share code, notes, and snippets.

@mattgaidica
Created November 26, 2018 01:24
Show Gist options
  • Save mattgaidica/c329db7b777826c91614311661978009 to your computer and use it in GitHub Desktop.
Save mattgaidica/c329db7b777826c91614311661978009 to your computer and use it in GitHub Desktop.
>> ml = 1.3;
>> ap = -3.3;
>> dv = 7.5;
>> S = ratBrainAtlas(ml,ap,dv)
S =
struct with fields:
coronal: [1×1 struct]
sagittal: [1×1 struct]
horizontal: [1×1 struct]
>> S.coronal
ans =
struct with fields:
image_url: 'http://labs.gaidi.ca/rat-brain-atlas/images/Rat_Brain_Atlas_33.jpg'
left: 5.385000000000000e+02
top: 4.715000000000000e+02
image: [726×940 uint8]
image_marked: [726×940×3 uint8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment