Because the MATLAB adapter must programmatically interact with the MATLAB software, it is important to make sure your environment is set up properly. You must specify where the MATLAB executable is installed so that, when the MATLAB adapter runs, it can find the executable and launch it. To use the MATLAB adapter, you define actions, which can be either commands or mappings (input or output). You then determine when you want the actions to take place (in which “phase”). There are three phases from which to choose:
The standard usage is to define actions in the Execution Order phase. By default, the MATLAB adapter starts with three predefined actions in the Execution Order phase to represent the most common usage:
These default actions are provided for convenience and can be deleted or renamed. They are empty to start with, and the details of each must be completed as needed. |