standard deviation of a variable of type uint8
Ältere Kommentare anzeigen
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);
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Data Type Conversion finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!