Models Introduction to testprob: Difference between revisions

From TomWiki
Jump to navigationJump to search
(Created page with "Each of the sections in this part will demonstrate a problem class. Most sections also have a small example in Matlab code with a formal mathematical problem description. The f...")
 
No edit summary
 
Line 1: Line 1:
{{Part Of Manual|title=TOMLAB Models|link=[[Models|TOMLAB Models]]}}
Each of the sections in this part will  demonstrate a problem class. Most sections also have a small example in Matlab code with a formal mathematical problem description.
Each of the sections in this part will  demonstrate a problem class. Most sections also have a small example in Matlab code with a formal mathematical problem description.



Latest revision as of 10:11, 11 August 2011

Notice.png

This page is part of TOMLAB Models. See TOMLAB Models.

Each of the sections in this part will demonstrate a problem class. Most sections also have a small example in Matlab code with a formal mathematical problem description.

The functions probInit and tomrun respectively initializes and solves the problems in Matlab. For example:

Prob = probInit('gp_prob',1);
tomRun('',Prob)