hdl.iteratorfun
Apply iterative operation to an incoming image or matrix for frame-to-sample conversion
Since R2022b
Syntax
Description
applies the iterative operation, out = hdl.iteratorfun(iterFun,I,outputData)iterFun, to each element of the input
data I. outputData is the initial value of
out and stores the output of each iteration of
iterFun. The final value of outputData is the
returned function output out.
hdl.iteratorfun supports iterative operations in
iterFun, such as looping over arrays to produce a single output to an
incoming image or matrix for histogram equalization and to compute statistics such as
min and max.
Note
hdl.iteratorfun is a utility function that applies a iterative
operation from another function to incoming data.