MATLAB Runtime Server    
pcodeall

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.

See Also

cleanp, pcode


  pcode runtime