mbcdata
R2026bSyntax
DataObj = mbcdata()
DataObj = mbcdata(Filename, FileType, sheetName)
DataObj = mbcdata(Table)
DataObj = mbcdata(mbcStruct)
Description
creates an empty data object.
The data object is not associated with an MBC project. The data object becomes associated with
a project when you fit a model to data using the DataObj = mbcdata()mbcmodel.testplan object
function, AttachData. If you want to load data into
a project use the mbcmodel.project object function, CreateData.
creates a data object and imports data from the file specified by
DataObj = mbcdata(Filename, FileType, sheetName)Filename, optionally specify the file type using
Filetype or if importing from an Excel file specify the sheet name
using sheetName.
creates a data object and imports data from the table object specified by
DataObj = mbcdata(Table)Table.
creates a data object and imports data from the MBC data structure specified by
DataObj = mbcdata(mbcStruct)MBCDataStructure.