ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Functions for accessing MATLAB
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
WEBDEV - Server code Attention MatLab must be installed on the Web server and configured so that Internet users have access rights.
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help