


NEW_LINE - add a new line in a a file Used by exp generators and readers. DO NOT USE


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);