MATLAB Function Reference | Search  Help Desk |
pcode |
Create preparsed pseudocode file (P-file)
pcodefun
pcode *.m pcodefun1
fun2
... pcode... -inplace
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.