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

savevarlist

PURPOSE ^

SAVEVARLIST Saves variable list

SYNOPSIS ^

function varargout = savevarlist(sourcefilename,datfilename)

DESCRIPTION ^

 SAVEVARLIST Saves variable list
 if nargin  = 0, it uses current base variables
 Otherwise, it uses that sourcefilename as a source file
 if nargin<2, datfilename = 'varlist.dat';
 savevarlist printintdata reza.dat
 if nargout, variable list is not written and assigin to varargout instead

 ------------ About "savevarlist" --------

 Author            : Md Rezaul Karim
 E-mail            : kalosada@gmail.com
 Author's homepage : https://www.angelfire.com/film/rezaul
 Date              : 24-Feb-2005 17:18:23
 Revision          : 1.00
 Developed using   : 7.0.1.24704 (R14) Service Pack 1
 Filename          : savevarlist.m

 ------------------------------------

 See also: WHICH, SAVE

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