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.
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
Add the following directories to your MATLAB search path:
<IceHome>\matlab\lib
<IceHome>\matlab\lib\generated
<IceHome>\matlab\lib\x64\Release