standard deviation of a variable of type uint8
Show older comments
I have a concatenated 3 dimensional cell array "concatenated_3_D= 720*1280*255" of type uint8. How can I find standard deviation of "concatenated_3_D" along its third dimension? Use of Following code line shows an error that First argument must be single or double. >>sd=std(concatenated_3_D,3);
Accepted Answer
More Answers (0)
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!