|
|
|
|
|
mlEnd (Function) In french: mlTermine Ends a MATLAB session. This session was initialized by mlInitialize. nIdSession is int = mlInitialize()
IF ErrorOccurred() THEN
ErrorInfo(errFullDetails)
RETURN
END
mlExecute(nIdSession, "A = cosd(180)")
...
mlEnd(nIdSession)
Syntax
mlEnd(<Session identifier>)
<Session identifier>: Integer Identifier of the MATLAB session to use. This identifier is returned by mlInitialize.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|