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
Ends a MATLAB session. This session was initialized by mlInitialize.
Example
nSessionID is int = mlInitialize()
IF ErrorOccurred() THEN
ErrorInfo(errFullDetails)
RETURN
END
mlExecute(nSessionID, "A = cosd(180)")
...
mlEnd(nSessionID)
Syntax
mlEnd(<Session identifier>)
<Session identifier>: Integer
Identifier of the MATLAB session to use. This identifier is returned by mlInitialize.
Component: wd290com.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help