Uses of Class
matlabcontrol.MatlabProxyFactoryOptions

Packages that use MatlabProxyFactoryOptions
matlabcontrol Contains the core functionality to interact with MATLAB. 
 

Uses of MatlabProxyFactoryOptions in matlabcontrol
 

Methods in matlabcontrol that return MatlabProxyFactoryOptions
 MatlabProxyFactoryOptions MatlabProxyFactoryOptions.Builder.build()
          Builds a MatlabProxyFactoryOptions instance.
 

Constructors in matlabcontrol with parameters of type MatlabProxyFactoryOptions
MatlabProxyFactory(MatlabProxyFactoryOptions options)
          Constructs the factory with the specified options.