主要内容

ImportFromTable

Load data from a table object

Description

DataObjMod = ImportFromTable(DataObj,TableObj) loads data from a table object.

example

Examples

collapse all

DataObjMod = ImportFromTable(DataObj,TableObj);

Input Arguments

collapse all

mbcmodel.data data object.

Table object.

Output Arguments

collapse all

Modified mbcmodel.data object.

Version History

Introduced in R2019a