Main Content

addPostLoadFiles

Add files required by model

Syntax

cgvObj.addPostLoadfiles({FileList})

Description

cgvObj.addPostLoadfiles({FileList}) is an optional method that adds a list of MATLAB® and MAT-files to the object. cgvObj is a handle to a cgv.CGV object. cgvObj executes and loads the files after opening the model and before running tests. FileList is a cell array of names of MATLAB and MAT-files in the testing directory that the model requires to run.

Note

Subsequent cgvObj.addPostLoadFiles calls to the same cgv.CGV object replaces the list of MATLAB and MAT-files of that object.