|
|
|
|
|
|
Category: Functions for accessing MATLAB |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following functions are used to access MATLAB: |
|
|
|
|
|
|
Deletes a variable from the MATLAB session. |
|
|
|
|
|
|
Ends a MATLAB session. This session was initialized by mlInitialize. |
|
|
|
|
|
|
Evaluates and runs a command on a MATLAB session. |
|
|
|
|
|
|
Retrieves the value of a variable for the MATLAB session. |
|
|
|
|
|
|
Initializes a new independent MATLAB session with an empty workspace in order to run functions. |
|
|
|
|
|
|
Lists the variables found in the MATLAB session. |
|
|
|
|
|
|
Loads all the variables of a MATLAB file in the session. |
|
|
|
|
|
|
Deletes all the variables from the MATLAB session. |
|
|
|
|
|
|
Saves the session workspace in a MATLAB file. |
|
|
|
|
|
|
Writes the value of a variable for the MATLAB session. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|