Main Content

com.mathworks.toolbox.javabuilder.MWMCROption Class

Namespace: com.mathworks.toolbox.javabuilder

Java class to specify MATLAB Runtime initialization options

Description

Declaration

public abstract class MWMCROption extends java.lang.Object

This class represents the options that can be passed while initializing the MATLAB Runtime

Creation

Constructors

MWMCROption()

Constructors an instance of the MWMCROption class. The MWMCROption class is used to configure options for the MATLAB Runtime when integrating MATLAB with a Java application.

Properties

expand all

Public Properties

This represents the -nodisplay option for MATLAB Runtime. Use of this option will disable display for MATLAB Runtime. This option should be used for UNIX only.

This represents the -nojvm option for MATLAB Runtime. Use of this option will disable JVM for MATLAB Runtime

This represents the option that instructs the MATLAB Runtime to run in a separate process from the Java application.

Methods

expand all

Version History

Introduced in R2006a