| MATLAB Function Reference | ![]() |
Create preparsed pseudocode file (P-file)
Syntax
Description
pcode parses the M-file fun
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 creates P-files for the listed functions.fun1 fun2 ...
pcode... -inplace
creates P-files in the same directory as the M-files. An error occurs if the files can't be created.
| pchip | pcolor | ![]() |