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

pcodet

PURPOSE ^

PCODET Converts m-files to p-code, and strips m-file down to help text

SYNOPSIS ^

function pcodet(source_path,dest_path)

DESCRIPTION ^

 PCODET Converts m-files to p-code, and strips m-file down to help text
 PCODET(SOURCE_PATH,DEST_PATH) - Performs file transfer from
 SOURCE_PATH to DEST_PATH, based on file type, as follows:
 .m - File is coverted to p-code. The help text from the original
 m-file is stripped out, and placed in a .m file of the same name.
 .fig - File is transferred with no conversion.
 .dll - File is transferred with no conversion.
 Other file types are not transferred.
 pcodet(pwd,'D:\programfinal\pfinals\reza')

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SUBFUNCTIONS ^

SOURCE CODE ^


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