AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones para acceder a MATLAB
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Evaluates and runs a command on a MATLAB session.
Ejemplo
IF gnIdSession = -1 THEN
	ToastDisplay("MATLAB not initialized")
	RETURN
END

sStringToRun is string = [
TO = [ 1 2 3; 2 3 4; 1 2 5]
b = [ 2 1 3 ; 5 0 -2; 2 3 -1]
prod = TO * b
]

OR sResult = mlExecute(gnIdSession, sExecuteString)

EDT_Result = sResult
Sintaxis
<Result> = mlExecute(<Session identifier> , <Command>)
<Result>: Character string
Content of standard output returned by the command execution.
<Session identifier>: Integer
Identifier of MATLAB session. This identifier is returned by mlInitialize.
<Command>: Character string
MATLAB command to run.
Componente: wd300com.dll
Versión mínima requerida
  • Versión 20
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local