test of matrix average
This commit is contained in:
parent
77f3b18bba
commit
d5a564980c
|
|
@ -4,7 +4,8 @@ clc
|
||||||
|
|
||||||
threshold = 1e-6;
|
threshold = 1e-6;
|
||||||
|
|
||||||
RGB_data = frames_RGBs ();
|
RGB_data = frames_RGBs ()';
|
||||||
|
length(RGB_data)
|
||||||
|
|
||||||
%TEST 1
|
%TEST 1
|
||||||
%Average of all the items inside of a matrix
|
%Average of all the items inside of a matrix
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue