主要内容

RemoveVariable

Remove variable from data set

Description

DataObjMod = RemoveVariable(DataObj,Index) removes a variable from a dataset.

example

Examples

collapse all

Remove variable number 2.

RemoveVariable(DataObj,2);

Input Arguments

collapse all

mbcmodel.data data object.

Input index to indicate which of the available filters you want to modify. Use the mbcmodel.data object Filters property to find the index for each filter.

Example: 2

Data Types: int

Output Arguments

collapse all

Modified mbcmodel.data object.

Version History

Introduced before R2006a