this code part execute the block separation or standard deviation calculation, please clarify sir

1 view (last 30 days)
fun = @(block_struct) ...
std2(block_struct.data) * ones(size(block_struct.data));

Accepted Answer

Walter Roberson
Walter Roberson on 11 Jun 2015
It returns a new block the same size as the input block, with every element set to the same value, the standard deviation of the block. It does no do block separation.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!