Home > Source > Documentation > document_aart.m

document_aart

PURPOSE ^

DOCUMENT_AART: Genearte a tree for AART's structure

SYNOPSIS ^

function [output] = document_aart(args)

DESCRIPTION ^

  DOCUMENT_AART: Genearte a tree for AART's structure
   
       GENERAL
   
        [output] = document_aart(args) 

       ABOUT
         -Created:     February 13th, 2004
         -Last update: February 2004
         -Revision:    0.0.1
         -Author:      R. S. Schestowitz, University of Manchester
  =================================================================

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [output] = document_aart(args)
0002 %  DOCUMENT_AART: Genearte a tree for AART's structure
0003 %
0004 %       GENERAL
0005 %
0006 %        [output] = document_aart(args)
0007 %
0008 %       ABOUT
0009 %         -Created:     February 13th, 2004
0010 %         -Last update: February 2004
0011 %         -Revision:    0.0.1
0012 %         -Author:      R. S. Schestowitz, University of Manchester
0013 %  =================================================================
0014 
0015 
0016 makefig('register','AART Structure', 'AART.fig')
0017 
0018 % save figure as AART.fig here
0019 
0020 % For HTML see:
0021 % makehtml('optimise_wavelet','Hello','mdoctemplate.html','mdoctemplate.html','.')

Generated on Fri 14-May-2004 10:05:30 by m2html © 2003