A B C D E F G H I L M P R S T

S

setHidden(boolean) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets whether MATLAB should appear hidden.
setJavaDebugger(int) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets whether to enable use of the Java debugger on the MATLAB session using port portnumber.
setLicenseFile(String) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets the license file used by MATLAB.
setLogFile(String) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets whether to have MATLAB log any output to the MATLAB Command Window (including crash reports) to the file specified by logFile.
setMatlabLocation(String) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets the location of the MATLAB executable or script that will launch MATLAB.
setMatlabStartingDirectory(File) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets the starting directory for MATLAB.
setNumericArray(String, MatlabNumericArray) - Method in class matlabcontrol.extensions.MatlabTypeConverter
Stores the array in MATLAB with the variable name arrayName.
setPort(int) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets the port matlabcontrol uses to communicate with MATLAB.
setProxyTimeout(long) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets the amount of time in milliseconds to wait for a proxy to be created when requested via the blocking method MatlabProxyFactory.getProxy().
setUsePreviouslyControlledSession(boolean) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets whether the factory should attempt to create a proxy that is connected to a running session of MATLAB.
setUseSingleComputationalThread(boolean) - Method in class matlabcontrol.MatlabProxyFactoryOptions.Builder
Sets whether to limit MATLAB to a single computational thread.
setVariable(CallbackMatlabProxy.MatlabCallback, String, Object) - Method in class matlabcontrol.extensions.CallbackMatlabProxy
Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
setVariable(String, Object) - Method in class matlabcontrol.extensions.MatlabProxyLogger
Deprecated. Delegates to the proxy; logs the interaction.
setVariable(String, Object) - Method in class matlabcontrol.LoggingMatlabProxy
 
setVariable(String, Object) - Method in interface matlabcontrol.MatlabOperations
Sets variableName to value in MATLAB, creating the variable if it does not yet exist.
showInConsoleHandler() - Static method in class matlabcontrol.extensions.MatlabProxyLogger
Deprecated. Configures the ConsoleHandler responsible for showing logging records to show the records that are logged by this interactor.
showInConsoleHandler() - Static method in class matlabcontrol.LoggingMatlabProxy
Configures the ConsoleHandler responsible for showing logging records to show the records that are logged by this proxy.

A B C D E F G H I L M P R S T