[Master Index] [Index for export/brede]

brede_html_close_jerne

(export/brede/brede_html_close_jerne.m)


Function Synopsis

brede_html_close_jerne(fid, varargin)

Help text

 brede_html_close_jerne - Close a HTML file in the jerne style

       function brede_html_close_jerne(fid, 'PropertyName', ...
           'PropertyValue')

       Input:    fid             File handle
     
       Property: DirectoryBar    String with HTML that is displayed
                                 as the directory bar.

       This function will write a footer in a HTML jerne style to the
       file with the file handle 'fid' before closing it.

       Example:
         fid = brede_html_open_jerne('helloworld.html');
         fprintf(fid, 'Hello, World')
         brede_html_close_jerne(fid);

       See also BREDE, BREDE_HTML_OPEN_JERNE.

 $Id: brede_html_close_jerne.m,v 1.7 2006/08/10 11:21:57 fn Exp $

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF