Revision 1044, 1.0 kB
(checked in by smidl, 14 years ago)
|
Tutorial moved to bdmtoolbox
|
Line | |
---|
1 | /*! |
---|
2 | \mainpage Matlab toolbox using BDM library (BDMToolbox) |
---|
3 | |
---|
4 | \version 0.1 |
---|
5 | |
---|
6 | \author Vaclav Smidl |
---|
7 | |
---|
8 | BDMToolbox is a high-level frontend to low level C++ routines of BDM. |
---|
9 | |
---|
10 | It has three main categories of usecases: |
---|
11 | -# Easy access to ready solutions of typical decision-making scenarios: |
---|
12 | |
---|
13 | For example simulation, estimation, feedback control. These objects are described by matlab structures. |
---|
14 | See \ref bdt_scenarios |
---|
15 | -# Wrappers for selected C++ functions |
---|
16 | |
---|
17 | Taking matlab structures as inputs and retunring matlab structures as outputs, see \ref bdt_wrappers |
---|
18 | |
---|
19 | -# Native Matlab classes that reflect the basic classes of BDM. |
---|
20 | |
---|
21 | These classes are pure Matlab classes and can be used without BDM. |
---|
22 | |
---|
23 | However, their main advantage is that BDM attach to these calsses and use them via C++ classes (e.g. mexEpdf and mexBM). Hence, these calsses can be used as building blocks in advances |
---|
24 | algorithms implemnetyed in BDM, see \ref bdt_mex_classes |
---|
25 | |
---|
26 | For tutorial on the above scenarios see \ref pages.html |
---|
27 | |
---|
28 | */ |
---|