Transform array by applying function handle to blocks of data
[
, where tA
,tB
,...] = matlab.tall.transform(fcn
,tX
,tY
,...)fcn
is a function that returns multiple outputs, returns arrays
tA,tB,...
, each corresponding to one of the output arguments of
fcn
. All outputs of fcn
must have the same height,
and the number of outputs must be the same as the number that are requested from
matlab.tall.transform
.