Matlab Function
A Matlab function is a compiled m-file that can be called from any place in the vsTASKER code.
vsTASKER creates a Matlab container called m with all m-file embedded functions defined in the database.
For ie: if a Matlab function foo() is compiled, then, it can be accessed from the C++ code with: m.foo()