| 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 |
allD = project.Data allD = testplan.Data
This is a property of mbcmodel.project, mbcmodel.testplan, and mbcboundary.Tree.
For projects and test plans, it returns an array of mbcmodel.data objects. A project can have many data objects, but a test plan can only have one or none.
Tree.B.Data returns a double matrix for one-stage, response, and global boundary models. For local boundary models, Data is a cell array of double matrices with one cell per test. For boundary models, Data is read-only.
allD = P.Data;
For a project object P, this example returns an nx1 array of all the data objects.
allD = T.Data;
For the test plan object T, this example returns a 1x1 array if the test plan has a data object attached, and 0x1 otherwise.
CreateData, RemoveData, CopyData
![]() | CreateTestplan | DataFileTypes | ![]() |

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 |