Home > marsbar > spm99 > spm_create_vol.m

spm_create_vol

PURPOSE ^

Wrapper for spm_create_image, for compatibility with SPM2

SYNOPSIS ^

function V = spm_create_vol(V)

DESCRIPTION ^

 Wrapper for spm_create_image, for compatibility with SPM2
 FORMAT V = spm_create_vol(V)
 
 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function V = spm_create_vol(V)
0002 % Wrapper for spm_create_image, for compatibility with SPM2
0003 % FORMAT V = spm_create_vol(V)
0004 %
0005 % $Id$
0006 
0007 V = spm_create_image(V);

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019