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ยง
- ForColumn
Iterator - A snapshot of one MATLAB
foriterable.