matlab.indexing.IndexingOperation Class
Namespace: matlab.indexing
Description
For classes that implement customized indexing operations, MATLAB® constructs instances of matlab.indexing.IndexingOperation
to
describe the type of a given indexing operation and the indices referenced by that operation.
IndexingOperation
instances appear as arguments for methods of these
classes:
Creation
MATLAB creates instances of IndexingOperation
as needed. The property
values are set at creation.
Properties
Examples
Sample Property Values
This table shows examples of customized indexing calls and the type of
IndexingOperation
instances that MATLAB creates. Expressions with more than one indexing operation generate arrays of
IndexingOperation
instances.
Indexing Expression |
|
---|---|
|
|
| Instance 1:
Instance 2:
|
|
|
Version History
Introduced in R2021b