test of matrix average

This commit is contained in:
Loic Delattre 2023-02-18 15:30:36 +01:00
parent 77f3b18bba
commit d5a564980c
1 changed files with 2 additions and 1 deletions

View File

@ -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