ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Functions for accessing MATLAB
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to access MATLAB:
mlDeleteVariableDeletes a variable from the MATLAB session.
mlEndEnds a MATLAB session. This session was initialized by mlInitialize.
mlExecuteEvaluates and runs a command on a MATLAB session.
mlGetVariableRetrieves the value of a variable for the MATLAB session.
mlInitializeInitializes a new independent MATLAB session with an empty workspace in order to run functions.
mlListVariableLists the variables found in the MATLAB session.
mlLoadWorkspaceLoads all the variables of a MATLAB file in the session.
mlResetWorkSpaceDeletes all the variables from the MATLAB session.
mlSaveWorkspaceSaves the session workspace in a MATLAB file.
mlSetVariableWrites the value of a variable for the MATLAB session.
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/23/2023

Send a report | Local help