Difference between revisions of "Extending"

From SUMOwiki
Jump to navigationJump to search
Line 3: Line 3:
 
== Prerequisites ==
 
== 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 Programming in Matlab|Object Oriented Programming in matlab]] page.
 
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 Programming in Matlab|Object Oriented Programming in matlab]] page.
 +
 +
== Component ==
 +
What do you want to do?
 +
 +
* [[Add Model Type]]
 +
* [[Add Modeling Algorithm]]
 +
* [[Add Initial Design]]
 +
* [[Add Sampling Algorithm]]
 +
* [[Add Measure]]
 +
* [[Add Distributed Backend]]
 +
* [[Add Profiler]]

Revision as of 16:30, 10 May 2007

The M3-Toolbox can be extended in many ways. If you simply want to model your own problem see the Adding an example page.

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.

Component

What do you want to do?