| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Model-Based Calibration |
| Contents | Index |
| Learn more about Model-Based Calibration |
D = ImportFromMBCDataStructure(D, mbcStruct)
This is a method of mbcmodel.data.
First you must use CreateData, than BeginEdit before you can bring data into your new data object.
An MBC Data Structure is a structure array that contains the following fields:
varNames is a cell array of strings that hold the names of the variables in the data (1xn or nx1).
varUnits is a cell array of strings that hold the units associated with the variables in varNames (1xn or nx1). This array can be empty, in which case no units are defined.
data is an array that holds the values of the variables (m x n).
comment is an optional string holding comment information about the data.
For more information see the Data Loading Function section (under Data) in the Model Browser User's Guide (Data Loading Application Programming Interface), and see also mbccheckindataloadingfcn to specify your own data loading function.
ImportFromMBCDataStructure(D, mbcStruct);
ImportFromFile, CreateData, BeginEdit, RemoveData, Append, ExportToMBCDataStructure
![]() | ImportFromFile | InBest | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |