Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.04 KB

MATLAB Demos

Overview

This directory contains MATLAB sample programs for various Ice components. These examples are provided to get you started on using a particular Ice feature or coding technique.

The following subdirectories contain sample programs:

  • Ice has several examples that illustrate fundamental Ice concepts.

  • IceDiscovery illustrates how to use the IceDiscovery plug-in.

  • Manual contains complete examples for some of the code snippets in the Ice Manual.

Build Instructions

Open MATLAB, and change to the matlab demo directory using the MATLAB console:

cd matlab

To build the demos run the build.m script:

build

To clean the demos run the clean.m script:

clean

Building the demos with the Ice source distribution

Add the following directories to your MATLAB search path:

  • <IceHome>\matlab\lib
  • <IceHome>\matlab\lib\generated
  • <IceHome>\matlab\lib\x64\Release