MATLAB Function Reference Previous page   Next Page
pcode

Create preparsed pseudocode file (P-file)

Syntax

Description

pcode fun parses the M-file fun.m into the P-file fun.p and puts it into the current directory. The original M-file can be anywhere on the search path.

pcode *.m creates P-files for all the M-files in the current directory.

pcode fun1 fun2 ... creates P-files for the listed functions.

pcode... -inplace creates P-files in the same directory as the M-files. An error occurs if the files can't be created.


Previous page  pchip pcolor Next page

© 1994-2005 The MathWorks, Inc.