vsTASKER 7 User Manual
×
Menu
Index

Matlab Settings

 
Matlab Settings
1

Directory

1. Directory
Location of the MATLAB directory to use. Normally, the environment variable %MATLAB% shall be used.
 
2

Compiler

2. Compiler
Program used to compile the m-files (MATLAB functions).
The button will try to fill the Directory and Compiler fields based on the %MATLAB% environment variable.
 
3

Functions

3. Functions
Directory where MATLAB functions used in the database are stored or will be saved (for compiling issues as vsTASKER will build the makefile for mcc.exe)
 
4

Library Name

4. Library Name
Give here the name of the library that will gather all the MATLAB functions used in the current database and compiled by mcc.exe.
This library will be used by the linker to produce the simulation engine.
 
5

Check

5. Check
Use this button to check the Matlab configuration (directories, compiler, etc).
 
6

Compile

6.
User can force the compilation of all MATLAB functions of the database and produce the library that will be used later at link time.
This can also insure that the compiler setting is correct.
 
7

Compile Later

7.
When this option is checked, the compilation of the MATLAB functions will happen at database compile time (if needed) to produce the library.
If unchecked, the compilation of the MATLAB functions will never happen (and will be only manual using the Compile Now button).