MATLAB Runtime Server    

Installing the Example Files

The example consists of seven files that can be found in the toolbox\runtime\examples\gui directory.

File
Description
amortsched.m
MATLAB Runtime Server application files
amortsched_cb.m
datagrid.m
datagrid_cb.m
loansched.m
matlabrt.m
MATLAB Runtime Server startup files
pathdefrt.m

Follow the instructions below to install the files. To prevent any confusion about which files you are working with, try to avoid having duplicates of these files in other locations on your path.

  1. Move matlabrt.m and pathdefrt.m from toolbox\runtime\examples\gui into the toolbox\local directory of your development copy of MATLAB.
  2. Add the directory containing the other example files to the MATLAB path using the command below.
  1. addpath(fullfile(matlabroot,'toolbox','runtime','examples','gui'));

Directory Structure of Application

This example maintains the existing directory structure throughout the compiling and testing process. Compiled versions of the M-files in toolbox\runtime\examples\gui reside there; compiled versions of any other M-files that the application uses (e.g., functions in toolbox\matlab) reside alongside their respective M-files.


  Example: MATLAB Runtime GUI Application Overview of the Application