MATLAB COM Builder    

Magic Square Example

This example uses a simple M-file that takes a single input and creates a magic square of that size. It then builds a COM Builder component using this M-file as a class method. Finally, the example shows the integration of this component into a stand-alone Visual Basic application. The application accepts the magic square size as input and displays the resultant matrix in a List View control box.


  Usage Examples Creating the M-File