Home > phiwave > @phiw_wvimg > orig_vol.m

orig_vol

PURPOSE ^

returns original vol structs from (array of) phiw_objects

SYNOPSIS ^

function VY = orig_vol(wvobj)

DESCRIPTION ^

 returns original vol structs from (array of) phiw_objects

 $Id: orig_vol.m,v 1.1 2004/11/18 18:42:23 matthewbrett Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function VY = orig_vol(wvobj)
0002 % returns original vol structs from (array of) phiw_objects
0003 %
0004 % $Id: orig_vol.m,v 1.1 2004/11/18 18:42:23 matthewbrett Exp $
0005   
0006 for v = 1:prod(size(wvobj))
0007   VY(v) = wvobj(v).ovol;
0008 end
0009 VY = reshape(VY, size(wvobj));

Generated on Wed 06-Jul-2005 18:07:21 by m2html © 2003