Extending: Difference between revisions

From SUMOwiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
== Extending the toolbox ==
The M3-Toolbox can be extended in many ways.
The M3-Toolbox can be extended in many ways....make sure you have read and understand the [[coding guidelines]] and the [[toolbox internals]] pages.
 
== Prerequisites ==
First make sure you have read and understand the [[coding guidelines]] and the [[toolbox internals]] pages.  You may also want to refer to the [[OO in matlab|Object Oriented Programming in matlab]] page.

Revision as of 11:27, 10 May 2007

The M3-Toolbox can be extended in many ways.

Prerequisites

First make sure you have read and understand the coding guidelines and the toolbox internals pages. You may also want to refer to the Object Oriented Programming in matlab page.