standard deviation of a variable of type uint8
Afficher commentaires plus anciens
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);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Data Type Conversion dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!