MATLAB Runtime Server    

Functions by Category

The tables below list the functions commonly used in the development of runtime applications. Some functions, such as buildp, are part of the Runtime Server Distribution Kit and reside in the toolbox\runtime directory. Others, such as inmem, are standard MATLAB functions.

Table 5-1: General Tools
Function
Purpose
isruntime
True if MATLAB is the Runtime Server or is emulating the Runtime Server
runtime
Emulate the runtime environment in MATLAB and set the global error mode

Table 5-2: P-Code Generation Tools
Function
Purpose
buildp
Generate runtime P-code for application
cleanp
Delete all P-files on the path and in the current directory
depdir
List the dependent directories of an M-file or P-file
depfun
List the dependent functions of an M-file or P-file
inmem
List functions in memory
pcode
Create a preparsed pseudocode file (P-file)
pcodeall
Compile all M-files on the path and current directory into P-files

Table 5-3: Utilities
Function
Purpose
dirlist
List all files in directories on the current path


 Reference Alphabetical List of Functions