Scalable Brain Atlas  services  Matlab analysis

Analyze atlas templates in Matlab

You can view and analyse the brain templates supported by the Scalable Brain Atlas using Matlab. Matlab is a commercial software package which provides an easy to learn, high level programming language, with extensive capabilities for matrix manipulations, image analysis and fancy graphics.

To get started, you need:

Example: [A,slices,scaling] = getRegionMask('PHT00','V2'); hP = viewRegionMask(A,slices,scaling); This produces a 3D-rendering of area V2. The coloring is done to create more depth in the image; it has no physical interpretation.