cv.cvtestgroup

www.kxcad.net Home > CAE Software Index > MATLAB Index >


Your Ad Here

Group together multiple cvtest objects

Description

Instances of this class contain a collection of cvtest objects. For more information, see Creating a Test Group with cv.cvtestgroup.

Property Summary

NameDescription

name

Name of the cv.cvtestgroup object.

Method Summary

NameDescription

add

Add cvtest objects.

allNames

Get all model names associated with cv.cvtestgroup object.

get

Get cvtest objects.

Properties

name

Description

Name of the cv.cvtestgroup object.

Data Type

string

Access

RW

Methods

add

Purpose

Add cvtest objects.

Syntax

add(cvto1, cvto2, ...)

Arguments

cvto1

String specifying the name of a cvtest object to be added to the cv.cvtestgroup object.

cvto2

String specifying the name of another cvtest object to be added to the cv.cvtestgroup object.

Description

Adds cvtest objects to a cv.cvtestgroup object.

allNames

Purpose

Get all model names associated with cv.cvtestgroup object.

Syntax

allNames

Description

Returns a cell array of strings identifying all model names associated with a cv.cvtestgroup object.

get

Purpose

Get cvtest objects.

Syntax

get(modelName)

Arguments

modelName

String specifying the name of a model whose cvtest object is to be returned.

Description

Returns the cvtest object that corresponds to modelName.

See Also

cvsimref, cvtest

  


© 1984-2007 The MathWorks, Inc. Terms of Use Patents Trademarks Acknowledgments

Your Ad Here