Home > functions > common > loadfunc > vb_load_area_density.m

vb_load_area_density

PURPOSE ^

load patch area assigned to each vertex

SYNOPSIS ^

function xxA = vb_load_area_density(brainfile)

DESCRIPTION ^

 load patch area assigned to each vertex

 -- Syntax
 xxA = vb_load_area_density(brainfile)

 -- Input 
 brainfile   : Brain file name
 --- Output
 xxA   : patch area assigned to each vertex [Nvertex, 1]

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function    xxA = vb_load_area_density(brainfile)
0002 % load patch area assigned to each vertex
0003 %
0004 % -- Syntax
0005 % xxA = vb_load_area_density(brainfile)
0006 %
0007 % -- Input
0008 % brainfile   : Brain file name
0009 % --- Output
0010 % xxA   : patch area assigned to each vertex [Nvertex, 1]
0011 %
0012 % Copyright (C) 2011, ATR All Rights Reserved.
0013 % License : New BSD License(see VBMEG_LICENSE.txt)
0014 
0015 load(brainfile, 'xxA');

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005