mbcmodel.CreateData
Create data object
Syntax
DataObj = mbcmodel.CreateData()
DataObj = mbcmodel.CreateData(Filename, FileType,sheetName)
DataObj = mbcmodel.CreateData(Table)
DataObj = mbcmodel.CreateData(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 = mbcmodel.CreateData()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 = mbcmodel.CreateData(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 = mbcmodel.CreateData(Table)Table.
creates a data object and imports data from the MBC data structure specified by
DataObj = mbcmodel.CreateData(mbcStruct)MBCDataStructure.
Input Arguments
Output Arguments
Examples
Version History
Introduced before R2006a