ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Functions for accessing MATLAB
11 results
MATLAB functions
The following functions are used to access MATLAB:
mlDeleteVariable (Function)
Deletes a variable from the MATLAB session.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlInitialize (Function)
Initializes a new independent MATLAB session with an empty workspace in order to run functions.
mlListVariable (Function)
Lists the variables found in the MATLAB session.
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
mlSaveWorkspace (Function)
Saves the session workspace in a MATLAB file.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.