This commit is contained in:
Loic Delattre 2023-02-06 15:51:44 +01:00
commit c7e52e0579
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
pkg load io %% to be able to extract from external format (excel)
data = csvread('RGB_data_monfront.xlsx')
data = csvread('RGB_database/RGB_data.csv')
standard_deviation = std(data)
mean_value = mean(data)