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

pcodeall

PURPOSE ^

PCODEALL convert m files in a directory to p files

SYNOPSIS ^

function pcodeall(indirname,outdirname,includecwd)

DESCRIPTION ^

 PCODEALL convert m files in a directory to p files
 another instance of m file will also be created containing the help text
 of pcoded file
 Rezaul, 2004
 indirname can be cell array of directories
 usages:
 pcodeall, converts all userfiles to [pwd '\pcodedir']
 pcodeall(indirname), convert files in indirname to [pwd '\pcodedir']
 pcodeall(indirname,outdirname), convert files in indirname to outdirname
 pcodeall '', same as pcodeall but ask for user input for outdirname
 pcodeall '' '' ''
 a=subdir;pcodeall(a,'reza');
 if nargin == 3, pcodeall will also perform on pwd
 for a filelist, use pcode instead

 See also PCODET, PCODE

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