Home > marsbar > @mardo_99 > set_images.m

set_images

PURPOSE ^

method to set image vols into design

SYNOPSIS ^

function marsD = set_images(marsD, VY)

DESCRIPTION ^

 method to set image vols into design
 
 $Id$ 

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function marsD = set_images(marsD, VY)
0002 % method to set image vols into design
0003 %
0004 % $Id$
0005   
0006 if nargin < 2
0007   error('Need image volumes');
0008 end
0009 D = des_struct(marsD);
0010 D.VY = VY;
0011 marsD = des_struct(marsD, D);

Generated on Wed 11-May-2022 15:34:44 by m2html © 2003-2019