refresh
Update a workspace ensemble with partitions of modified or added data computed in parallel processing
Since R2020a
Description
refresh
is a function used in code generated by Diagnostic Feature
Designer.
refresh(
updates the workspace ensemble object wensemble
,ensarray
)wensemble
with the combined data
partitions in ensarray
.
To enable parallel processing, generated code creates data partitions that allow
operations to run simultaneously. In code generated by Diagnostic Feature
Designer, refresh
updates wensemble
at the
conclusion of parallel processing when the computation of all variables and features for all
partitions is complete. refresh
reassembles the partitioned results
that are stored in ensarray
and replaces the original contents of
wensemble
with the new values.
Input Arguments
Version History
Introduced in R2020a