Class: cv.cvdatagroup
Package: cv
Get cvdata
object
Get cvdata
object.
get(cvdg, model_name)
returns the cvdata
object
in the cv.cvdatagroup
object cvdg
that
corresponds to the model specified in model_name
.
get(cvdg, model_name, simMode)
returns
the cvdata
object in the cv.cvdatagroup
object cvdg
that
corresponds to the model specified in model_name
having
the simulation mode simMode
.
Get a cvdata
object from the specified Simulink® model:
get(cvdg, 'slvnvdemo_cv_small_controller'); get(cvdg, 'slvnvdemo_cv_small_controller', 'ModelRefSIL');