|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
MatlabProxy
's capabilities.new MatlabNumericArray(DoubleArrayType.DIM_2, real, imaginary)
.
new MatlabNumericArray(DoubleArrayType.DIM_3, real, imaginary)
.
new MatlabNumericArray(DoubleArrayType.DIM_4, real, imaginary)
.
double
s.MatlabProxy
.options
.
MatlabProxyFactoryOptions
.LoggingMatlabProxy
.
Wraps around a MatlabProxy
to provide a log of interactions. The data is not altered. This logger is useful
for determining the Java types and structure of data returned from MATLAB.
Level.FINER
. If the logging system has not been otherwise configured,
then the ConsoleHandler
which prints log messages to the console will not show these log messages as their
level is too low. To configure the ConsoleHandler
to show these log messages, call
MatlabProxyLogger.showInConsoleHandler()
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |