Home > phiwave > @phido > is_phiw_estimated.m

is_phiw_estimated

PURPOSE ^

returns 1 if has been estimated in phiwave

SYNOPSIS ^

function tf = is_phiw_estimated(phiwD)

DESCRIPTION ^

 returns 1 if has been estimated in phiwave
 
 $Id: is_phiw_estimated.m,v 1.1 2004/11/18 18:33:51 matthewbrett Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function tf = is_phiw_estimated(phiwD)
0002 % returns 1 if has been estimated in phiwave
0003 %
0004 % $Id: is_phiw_estimated.m,v 1.1 2004/11/18 18:33:51 matthewbrett Exp $
0005 
0006 SPM = des_struct(phiwD);
0007 tf = mars_struct('getifthere', SPM, 'xPhi', 'estimated');
0008 if isempty(tf), tf = 0; end

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