Home > marsbar > @mardo > error_df.m

error_df

PURPOSE ^

method returns error df from design

SYNOPSIS ^

function e = error_df(D)

DESCRIPTION ^

 method returns error df from design
 
 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function e = error_df(D)
0002 % method returns error df from design
0003 %
0004 % $Id$
0005 
0006 SPM = des_struct(D);
0007 e   = mars_struct('getifthere', SPM, 'xX', 'erdf');

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