MATLAB Runtime Server | ![]() ![]() |
Compile all M-files on the path and current directory into P-files
Syntax
Description
pcodeall
compiles all M-files on the current MATLAB path and in the current directory into standard P-files (preparsed MATLAB code), including those in private and class directories.
pcodeall -runtime
compiles all M-files on the current MATLAB path and in the current directory into runtime P-files, including those in private and class directories. MEX-files and runtime P-files are the only executable files that the MATLAB Runtime Server recognizes.
Each generated P-file resides in the same directory as its corresponding M-file.
Note In order for runtime P-files to work with a runtime application, the shipping version of MATLAB must have the same password stamp as the development version of MATLAB that created the runtime P-file. See Password Consistency Rules for more details. |
See Also
![]() | pcode | runtime | ![]() |