MATLAB Runtime Server | ![]() ![]() |
Summary List: MATLAB Runtime Engine Application
This list summarizes the steps for creating a MATLAB runtime engine application. The hyperlinks lead to the sections that describe the steps in more detail. Note that some links point to the chapter about MATLAB runtime GUI applications because the topic is the same for both types of application.
toolbox
, then remember to use rehash toolboxreset
to register each change you make.
toolbox
and move the P-files under toolbox
only towards the end of your development and testing process, then remember to include the final destination directories in pathdefrt
.
matlabrt.m
by copying toolbox\runtime\matlabrt_template.m
to toolbox\local
and renaming it matlabrt.m
. Then modify it as necessary and use rehash toolboxreset
to register the change.
pathdefrt.m
by copying toolbox\runtime\pathdefrt_template.m
to toolbox\local
and renaming it pathdefrt.m
. Then modify it as necessary and use rehash toolboxreset
to register the change.
cleanp
to remove any .p
files from your path and current directory.
depdir
to determine the runtime path.
toolbox
later on, then include their destination directories in the runtime path.
pathdefrt.m
in toolbox\local
and use rehash toolboxreset
to register the change.
buildp
to compile all application M-files into runtime P-files.
eval
, MATLAB P-files, MATLAB add-on products
buildp
log file for information about the compilation process
toolbox
, if they are not already there. After moving them, use rehash toolboxreset
to register the changes.
rehash toolboxreset
as necessary to register changes.
![]() | Testing with the Runtime Server Variant | Shipping a MATLAB Runtime Application | ![]() |