A program to recognize and reward our most engaged community members
In the addtoolbox help, there is an example like below.
Please explain what the 'omlstatistics' is and how can I use it?
omlstatistics is one of the toolboxes loaded with Compose and it contains the statistics functions you see in the Library Browser when you start Compose.
@Seoksan Kim,
Naturally the omlstatistics toolbox already comes natively in the installation of Compose, as explained by Franck, but the function addtoolbox is very useful when you want to add custom toolboxes compiled in C/C++, for example.
For example, the advantages of adding a toolbox through this command are:
- The added function comes from a compiled language, such as C/C++ or Fortran, thus it is much faster.
- Once the main source code is compiled and the DLL file is created, the source code and its libraries are not necessary anymore... You don't need to carry a bunch of files to add a specific toolbox in Compose.
Roberta