From 6bca74a49d237fcae1f7d487341c225e71b70e61 Mon Sep 17 00:00:00 2001 From: Loic Delattre Date: Sat, 18 Feb 2023 15:28:42 +0100 Subject: [PATCH] outputs a n x 3 matrix of RGB averages for all frames in a given directory --- frames_RGBs.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames_RGBs.m b/frames_RGBs.m index decc610..b17235d 100644 --- a/frames_RGBs.m +++ b/frames_RGBs.m @@ -29,7 +29,7 @@ function RGB_data = frames_RGBs () endwhile catch disp('scanned all frames') - j = 10001 + j = 10001; end_try_catch endwhile