newline

PURPOSE ^

NEW_LINE - add a new line in a a file

SYNOPSIS ^

function new_line(fid)

DESCRIPTION ^

NEW_LINE - add a new line in a a file

   Used by exp generators and readers. 
   DO NOT USE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function new_line(fid)
0002 %NEW_LINE - add a new line in a a file
0003 %
0004 %   Used by exp generators and readers.
0005 %   DO NOT USE
0006 
0007 A='';
0008 fprintf(fid,'\n',A);

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003