Skip to main content

Module iteration

Module iteration 

Source
Expand description

Executor-neutral MATLAB for iteration semantics.

MATLAB iterates a value by columns: the iterable is evaluated once, its second dimension determines the iteration count, and each iteration binds the equivalent of value(:, column). Executors own control-flow state; this module owns the value semantics of that operation.

Structsยง

ForColumnIterator
A snapshot of one MATLAB for iterable.