Getting Started

    Preface
        What Is the MATLAB Runtime Server?
            Key Features of the MATLAB Runtime Server
            Overview of MATLAB Runtime Applications

        Related Products
        Using This Guide
        Configuration Information
            Password Consistency Rules

        Technical Conventions
        Typographical Conventions

Using the MATLAB Runtime Server

    Design Issues for a Runtime Application
        Preventing Command Window Input/Output
            Disabling Default Menu Options Selectively

        Providing a Way to Exit the Application
            Using the CloseRequestFcn to Exit the Application
            Using a Uicontrol or Uimenu to Exit the Application

        Trapping Errors
        Setting the Global Error Behavior on a PC
            Ignore Errors
            Prompt to Quit
            Prompt to Choose Between Continuing and Quitting

        Setting the Global Warning Behavior on UNIX

    Developing a MATLAB Runtime GUI Application
        Process: MATLAB Runtime GUI Application
            Overview of This Chapter
            Organizing Files and Managing Startup Tasks (GUI)
            Compiling the Application (GUI)
            Testing While Emulating the Runtime Server (GUI)
            Testing with the Runtime Server Variant (GUI)

        Example: MATLAB Runtime GUI Application
            Installing the Example Files
            Overview of the Application
            Adapting the Design for Runtime Execution
            Organizing Files and Managing Startup Tasks
            Compiling the Application
            Testing While Emulating the Runtime Server
            Testing with the Runtime Server Variant

        Summary List: MATLAB Runtime GUI Application

    Developing a MATLAB Runtime Engine Application
        Process: MATLAB Runtime Engine Application
            Overview of This Chapter
            Computation and the MATLAB Engine API
            Parts of a MATLAB Runtime Engine Application
            Organizing Files and Managing Startup Tasks
            Compiling the Application
            Testing While Emulating the Runtime Server
            Testing with the Runtime Server Variant

        ActiveX Automation Example
            Installing the Example Files
            Adapting the Design for Runtime Execution
            Organizing Files and Managing Startup Tasks
            Compiling the Application
            Testing with the Runtime Server Variant

        Engine API Example
            Preparing the Example Files
            Adapting the Design for Runtime Execution
            Organizing Files and Managing Startup Tasks
            Compiling the Application
            Testing with the Runtime Server Variant

        Summary List: MATLAB Runtime Engine Application

    Shipping a MATLAB Runtime Application
        Shipping a MATLAB Runtime Application
            Splash Screen
            Organizing Files for Shipping
            Automatically Packaging Files for Shipping
            Manually Packaging Files for Shipping (PC)
            Installing and Running the Application
            Final Testing

    Index of Examples

Reference

    Functions by Category
    Alphabetical List of Functions
        buildp
        cleanp
        depdir
        depfun
        dirlist
        inmem
        isruntime
        pcode
        pcodeall
        runtime

Printable Documentation (PDF)

Product Page (Web)