MATLAB C/C++ Graphics Library    

Building a Stand-Alone Graphics Application

The best way to learn how to build a stand-alone graphics application is to see an example. This section shows how to create a stand-alone graphics application by converting one of the demo programs included with MATLAB, lorenz.m. The Lorenz demo program is a good example of a graphics application because it uses graphics functions and includes several user-interface objects, such as push buttons. (To get more information about the Lorenz application, type help lorenz at the MATLAB prompt.)

This section includes these topics:


 Overview Building Graphics Applications on a PC