Main Content

Observables

Array of observable objects

Since R2020a

Description

The Observables property indicates the observable objects in a model object. The property is a read-only array of observable objects.

You can add an observable object to a model object using addobservable.

You can view and configure observable object properties by using dot notation or the get and set functions.

Characteristics

Applies toModel object
Data typeArray of observable objects
Data valuesObservable objects; default value is [] (empty)
AccessRead-only

Version History

Introduced in R2020a