主要内容

ExportToTable

Export data to table object

Description

TableObj = ExportToTable(DataObj) exports data to a table object.

example

Examples

collapse all

TableObj = ExportToTable(DataObj);

Input Arguments

collapse all

mbcmodel.data data object.

Output Arguments

collapse all

Table object.

Version History

Introduced in R2019a