Advisor.Manager.createApplication

Class: Advisor.Manager
Package: Advisor

Create Advisor.Application object

Syntax

app = Advisor.Manager.createApplication()
app = Advisor.Manager.createApplication(Name,Value)

Description

app = Advisor.Manager.createApplication() constructs an Advisor.Application object.

app = Advisor.Manager.createApplication(Name,Value) constructs an Advisor.Application object that operates in a temporary working folder.

Input Arguments

expand all

Name-Value Pair Arguments

Specify optional comma-separated pairs of Name,Value arguments. Name is the argument name and Value is the corresponding value. Name must appear inside quotes. You can specify several name and value pair arguments in any order as Name1,Value1,...,NameN,ValueN.

Example: 'UseTempDir',true specifies that Advisor.Application object operates in a temporary working folder.

Data Types: logical

Output Arguments

expand all

Constructed Advisor.Application object.

Introduced in R2015b