Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
J
K
M
R
S
T
E
EnduranceTest01
- class jmatlink.testsuite.
EnduranceTest01
.
EnduranceTest01()
- Constructor for class jmatlink.testsuite.
EnduranceTest01
engClose()
- Method in class jmatlink.
CoreJMatLink
Close the connection to MATLAB.
engClose(long)
- Method in class jmatlink.
CoreJMatLink
Close a specified connection to an instance of MATLAB.
engClose()
- Method in class jmatlink.
JMatLink
Close the connection to matlab.
engClose(long)
- Method in class jmatlink.
JMatLink
Close a specified connection to an instance of matlab.
engCloseAll()
- Method in class jmatlink.
CoreJMatLink
Close all open handles to MATLAB.
engCloseAll()
- Method in class jmatlink.
JMatLink
Close all connections to matlab E.g.
engEvalString(String)
- Method in class jmatlink.
CoreJMatLink
Evaluate an expression in MATLAB's workspace.
engEvalString(long, String)
- Method in class jmatlink.
CoreJMatLink
Evaluate an expression in MATLAB's workspace.
engEvalString(String)
- Method in class jmatlink.
JMatLink
Evaluate an expression in matlab's workspace.
engEvalString(long, String)
- Method in class jmatlink.
JMatLink
Evaluate an expression in a specified workspace.
engGetArray(String)
- Method in class jmatlink.
JMatLink
Get an array from matlab's workspace.
engGetArray(long, String)
- Method in class jmatlink.
JMatLink
Get an array from a specified instance/workspace of matlab.
engGetCharArray(String)
- Method in class jmatlink.
JMatLink
Get an 'char' array (string) from matlab's workspace.
engGetCharArray(long, String)
- Method in class jmatlink.
JMatLink
Get an 'char' array (string) from matlab's workspace.
engGetFigure(long, int, int, int)
- Method in class jmatlink.
JMatLink
Return image of figure from Matlab
engGetFigure(int, int, int)
- Method in class jmatlink.
JMatLink
Return image of figure from Matlab
engGetOutputBuffer()
- Method in class jmatlink.
CoreJMatLink
Return the outputs of previous commands from MATLAB's workspace.
engGetOutputBuffer(long)
- Method in class jmatlink.
CoreJMatLink
Return the ouputs of previous commands in MATLAB's workspace.
engGetOutputBuffer()
- Method in class jmatlink.
JMatLink
Return the outputs of previous commands from a specified instance/ workspace form matlab.
engGetOutputBuffer(long)
- Method in class jmatlink.
JMatLink
Return the ouputs of previous commands in matlab's workspace.
engGetScalar(String)
- Method in class jmatlink.
CoreJMatLink
Get a scalar value from MATLAB's workspace.
engGetScalar(long, String)
- Method in class jmatlink.
CoreJMatLink
Get a scalar value from a specified workspace.
engGetScalar(String)
- Method in class jmatlink.
JMatLink
Get a scalar value from matlab's workspace.
engGetScalar(long, String)
- Method in class jmatlink.
JMatLink
Get a scalar value from a specified workspace.
engGetVariable(String)
- Method in class jmatlink.
CoreJMatLink
Get an array from MATLAB's workspace.
engGetVariable(long, String)
- Method in class jmatlink.
CoreJMatLink
Get an array from a specified instance/workspace of MATLAB.
engGetVisible(long)
- Method in class jmatlink.
CoreJMatLink
engGetVisible(long)
- Method in class jmatlink.
JMatLink
return the visibility status of the Matlab window
engOpen(String)
- Method in class jmatlink.
CoreJMatLink
Open engine.
engOpen()
- Method in class jmatlink.
JMatLink
Open engine.
engOpen(String)
- Method in class jmatlink.
JMatLink
Open engine.
engOpenSingleUse(String)
- Method in class jmatlink.
CoreJMatLink
Open engine for single use.
engOpenSingleUse()
- Method in class jmatlink.
JMatLink
engOpenSingleUse ***************************** Open engine for single use.
engOpenSingleUse(String)
- Method in class jmatlink.
JMatLink
Open engine for single use.
engOutputBuffer()
- Method in class jmatlink.
CoreJMatLink
Return the outputs of previous commands from MATLAB's workspace.
engOutputBuffer(long, int)
- Method in class jmatlink.
CoreJMatLink
Return the ouputs of previous commands in MATLAB's workspace.
engOutputBuffer()
- Method in class jmatlink.
JMatLink
Return the outputs of previous commands from matlab's workspace.
engOutputBuffer(long)
- Method in class jmatlink.
JMatLink
Return the outputs of previous commands from a specified instance/ workspace form matlab.
engOutputBuffer(long, int)
- Method in class jmatlink.
JMatLink
Return the ouputs of previous commands in matlab's workspace.
engPutArray(String, int)
- Method in class jmatlink.
JMatLink
Put an array into a specified workspace.
engPutArray(String, double)
- Method in class jmatlink.
JMatLink
Put an array into matlab's workspace.
engPutArray(long, String, double)
- Method in class jmatlink.
JMatLink
Put an array into a specified instance/workspace of matlab.
engPutArray(String, double[])
- Method in class jmatlink.
JMatLink
Put an array (1 dimensional) into a specified instance/workspace of matlab.
engPutArray(long, String, double[])
- Method in class jmatlink.
JMatLink
Put an array (1 dimensional) into a specified instance/workspace of matlab.
engPutArray(String, double[][])
- Method in class jmatlink.
JMatLink
Put an array (2 dimensional) into matlab's workspace.
engPutArray(long, String, double[][])
- Method in class jmatlink.
JMatLink
Put an array (2 dimensional) into a specified instance/workspace of matlab.
engPutVariable(String, double[][])
- Method in class jmatlink.
CoreJMatLink
Put an array (2 dimensional) into MATLAB's workspace.
engPutVariable(long, String, double[][])
- Method in class jmatlink.
CoreJMatLink
Put an array (2 dimensional) into a specified instance/workspace of MATLAB.
engSetVisible(long, boolean)
- Method in class jmatlink.
CoreJMatLink
engSetVisible(long, boolean)
- Method in class jmatlink.
JMatLink
Set the visibility of the Matlab window
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
J
K
M
R
S
T