getApplication

Class: Advisor.Manager
Package: Advisor

Return handle to Advisor.Application object

Syntax

app = getApplication(Name,Value)

Description

app = getApplication(Name,Value) returns the handle to an Advisor.Application object by using the object properties.

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: 'Id',appID returns handle to an Advisor.Application using the object ID.

Data Types: function_handle

Data Types: char

Data Types: char

Output Arguments

expand all

Data Types: function_handle

Introduced in R2015b