Site hosted by Angelfire.com: Build your free website today!

fprintfr

PURPOSE ^

FPRINTFR Print a text/cell variable to a file

SYNOPSIS ^

function fprintfr(filename,textvar,textopt,permit)

DESCRIPTION ^

 FPRINTFR Print a text/cell variable to a file
 if nargin < 4 || isempty(permit)
     permit = 'w';
 end
 if nargin < 3 || isempty(textopt)
     textopt = '%c';
 end
 fprintfr('forlargepg1.m',lower(A));
 
 
 ------------ About "fprintfr" --------
  
 Author            : Md Rezaul Karim 
 E-mail            : kalosada@gmail.com 
 Author's homepage : https://www.angelfire.com/film/rezaul 
 Date              : 27-Feb-2005 17:19:17  
 Revision          : 1.00  
 Developed using   : 7.0.1.24704 (R14) Service Pack 1 
 Filename          : fprintfr.m 
  
 ------------------------------------ 
  
 See also: FPRINTF,

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004